@@ -184,6 +184,7 @@ describe('Flow creation and editing process', () => {
184184 cy . get ( '[data-testid=condition-modal]' )
185185 . find ( '[data-testid=tab-slot]' )
186186 . click ( )
187+ cy . wait ( 600 )
187188 cy . get ( 'input[data-testid=condition-name]' )
188189 . clear ( )
189190 . type ( 'Test_slots_condition' )
@@ -201,6 +202,7 @@ describe('Flow creation and editing process', () => {
201202 cy . get ( '[data-testid=condition-modal]' )
202203 . find ( '[data-testid=tab-basic]' )
203204 . click ( )
205+ cy . wait ( 600 )
204206 cy . get ( 'input[data-testid=condition-name]' )
205207 . clear ( )
206208 . type ( 'Basic_condition_P-1' )
@@ -217,6 +219,7 @@ describe('Flow creation and editing process', () => {
217219 cy . get ( '[data-testid=condition-modal]' )
218220 . find ( '[data-testid=tab-basic]' )
219221 . click ( )
222+ cy . wait ( 600 )
220223 cy . get ( 'input[data-testid=condition-name]' )
221224 . clear ( )
222225 . type ( 'Basic_condition_P-2' )
@@ -239,6 +242,7 @@ describe('Flow creation and editing process', () => {
239242 cy . get ( '[data-testid=condition-modal]' )
240243 . find ( '[data-testid=tab-basic]' )
241244 . click ( )
245+ cy . wait ( 600 )
242246 cy . get ( 'input[data-testid=condition-name]' )
243247 . clear ( )
244248 . type ( 'All_of_condition' )
@@ -267,6 +271,7 @@ describe('Flow creation and editing process', () => {
267271 cy . get ( '[data-testid=condition-modal]' )
268272 . find ( '[data-testid=tab-basic]' )
269273 . click ( )
274+ cy . wait ( 600 )
270275 cy . get ( 'input[data-testid=condition-name]' )
271276 . clear ( )
272277 . type ( 'Any_of_condition' )
@@ -308,6 +313,7 @@ describe('Flow creation and editing process', () => {
308313 cy . get ( '[data-testid=condition-modal]' )
309314 . find ( '[data-testid=tab-basic]' )
310315 . click ( )
316+ cy . wait ( 600 )
311317 cy . get ( 'input[data-testid=condition-name]' )
312318 . clear ( )
313319 . type ( 'Exact_match_condition' )
@@ -326,6 +332,7 @@ describe('Flow creation and editing process', () => {
326332 cy . get ( '[data-testid=condition-modal]' )
327333 . find ( '[data-testid=tab-basic]' )
328334 . click ( )
335+ cy . wait ( 600 )
329336 cy . get ( 'input[data-testid=condition-name]' )
330337 . clear ( )
331338 . type ( 'Regexp_condition' )
@@ -344,6 +351,7 @@ describe('Flow creation and editing process', () => {
344351 cy . get ( '[data-testid=condition-modal]' )
345352 . find ( '[data-testid=tab-basic]' )
346353 . click ( )
354+ cy . wait ( 600 )
347355 cy . get ( 'input[data-testid=condition-name]' )
348356 . clear ( )
349357 . type ( 'Not_has_text_condition' )
@@ -361,6 +369,7 @@ describe('Flow creation and editing process', () => {
361369 . should ( 'exist' )
362370 . find ( 'button[data-testid=add-condition-btn]' )
363371 . click ( )
372+ cy . wait ( 600 )
364373 cy . get ( 'input[data-testid=condition-name]' )
365374 . clear ( )
366375 . type ( 'Python_condition' )
0 commit comments