You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'You\'re about to start development mode on your live theme "My Theme". This will make changes visible to customers. Are you sure you want to proceed?',
119
-
confirmationMessage: 'Yes, proceed with live theme',
120
-
cancellationMessage: 'No, cancel',
96
+
// Then
97
+
awaitvi.waitFor(()=>{
98
+
expect(renderWarning).toHaveBeenCalledWith({
99
+
headline: 'Failed to open localhost.',
100
+
body: error.stack??error.message,
121
101
})
122
-
expect(result).toBe(true)
123
-
})
124
-
125
-
test('does not prompt for confirmation if acting on a non-live theme',async()=>{
126
-
// Given
127
-
awaitensureLiveThemeConfirmed(theme,'start development mode',false)
'You\'re about to start development mode on your live theme "My Theme". This will make changes visible to customers. Are you sure you want to proceed?',
92
+
confirmationMessage: 'Yes, proceed with live theme',
93
+
cancellationMessage: 'No, cancel',
94
+
})
95
+
expect(result).toBe(true)
96
+
})
97
+
98
+
test('does not prompt for confirmation if acting on a non-live theme',async()=>{
99
+
// Given
100
+
awaitensureLiveThemeConfirmed(theme,'start development mode',false)
0 commit comments