@@ -25,6 +25,7 @@ describe( 'Basic Info Page', function () {
25
25
26
26
it ( 'Check Drawer Activity' , ( ) => {
27
27
let href ;
28
+ cy . wait ( 3000 ) ;
28
29
cy . get ( '.nfd-onboarding-drawer__toggle' )
29
30
. as ( 'drawerOpen' )
30
31
. invoke ( 'attr' , 'class' )
@@ -195,7 +196,7 @@ describe( 'Basic Info Page', function () {
195
196
cy . get ( '.navigation-buttons_next' ) . click ( ) ;
196
197
cy . get ( '.components-modal__content' ) . should ( 'be.visible' ) ;
197
198
}
198
-
199
+
199
200
cy . get ( '.components-modal__header button' , { timeout : customCommandTimeout } ) . click ( )
200
201
cy . wait ( 200 ) ;
201
202
cy . get (
@@ -277,15 +278,15 @@ describe( 'Basic Info Page', function () {
277
278
cy . get ( socialTest ) . should ( 'exist' ) ;
278
279
cy . get ( socialTest ) . clear ( ) ;
279
280
cy . get ( socialTest ) . type ( 'https://www.facebook.com/testfacebook' ) ;
280
-
281
+
281
282
cy . get ( socialTest2 ) . should ( 'exist' ) ;
282
283
cy . get ( socialTest2 ) . clear ( ) ;
283
284
cy . get ( socialTest2 ) . type ( '@testTweet' ) ;
284
-
285
+
285
286
cy . get ( socialTest3 ) . should ( 'exist' ) ;
286
287
cy . get ( socialTest3 ) . clear ( ) ;
287
288
cy . get ( socialTest3 ) . type ( '@testInsta' ) ;
288
-
289
+
289
290
cy . get ( socialTest4 ) . should ( 'exist' ) ;
290
291
cy . get ( socialTest4 ) . clear ( ) ;
291
292
cy . get ( socialTest4 ) . type ( '@testYouTube' ) ;
0 commit comments