File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
tests/cypress/integration/2-general-onboarding-flow Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ describe( 'Basic Info Page', function () {
23
23
24
24
it ( 'Check Drawer Activity' , ( ) => {
25
25
let href ;
26
+ cy . wait ( 3000 ) ;
26
27
cy . get ( '.nfd-onboarding-drawer__toggle' )
27
28
. as ( 'drawerOpen' )
28
29
. invoke ( 'attr' , 'class' )
@@ -194,9 +195,9 @@ describe( 'Basic Info Page', function () {
194
195
) . should ( 'have.css' , 'opacity' , '0.75' ) ;
195
196
// The URL Checker runs on a debounce
196
197
// Shows the message to the User in case of Invalid URL
197
-
198
+
198
199
// cy.get( '.components-modal__content' ).type( '{esc}' );
199
-
200
+
200
201
201
202
socialTest . focus ( ) ;
202
203
socialTest . clear ( ) ;
@@ -269,15 +270,15 @@ describe( 'Basic Info Page', function () {
269
270
cy . get ( '@socialFormToggle' ) . click ( ) ;
270
271
}
271
272
} ) ;
272
-
273
+
273
274
cy . get ( socialTest ) . should ( 'exist' ) ;
274
275
cy . get ( socialTest ) . clear ( ) ;
275
276
cy . get ( socialTest ) . type ( 'https://www.facebook.com/testfacebook' ) ;
276
-
277
+
277
278
cy . get ( socialTest2 ) . should ( 'exist' ) ;
278
279
cy . get ( socialTest2 ) . clear ( ) ;
279
280
cy . get ( socialTest2 ) . type ( '@testTweet' ) ;
280
-
281
+
281
282
cy . get ( socialTest3 ) . should ( 'exist' ) ;
282
283
cy . get ( socialTest3 ) . clear ( ) ;
283
284
cy . get ( socialTest3 ) . type ( '@testInsta' ) ;
You can’t perform that action at this time.
0 commit comments