-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failing cypress tests for design steps #364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small changes, Thanks.
@@ -90,7 +90,7 @@ describe( 'Theme Styles Menu and Preview', function () { | |||
} ); | |||
} ); | |||
|
|||
it( 'Check for the selected theme in Drawer', () => { | |||
it.skip( 'Check for the selected theme in Drawer', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we get rid of these from here? The skipped ones in this file? as we have addressed them in the preview step?
@@ -31,8 +23,8 @@ describe( 'Typography Step Test', function () { | |||
); | |||
} ); | |||
|
|||
it( 'Check to make sure sidebar opens, content is in place and close sidebar', () => { | |||
CheckIntroPanel( '__design-typography', 'Typography' ); | |||
it.skip( 'Check to make sure sidebar opens, content is in place and close sidebar', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we skipping this one?
It see that it is working in Colors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Damn that should be a bug! 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, I'll log a defect for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -49,15 +49,15 @@ describe( 'Header menu Page', function () { | |||
} ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this I saw that now header menu takes time to load in the preview, should we also add a wait so that it gets rendered out as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait is already added, line 15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant after clicking on a new header pattern it renders very slowly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.