-
Notifications
You must be signed in to change notification settings - Fork 284
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
Cypress test layout editor #2816
base: release41
Are you sure you want to change the base?
Conversation
gracec20
commented
Nov 26, 2024
- https://github.com/xibosignageltd/qa/issues/330
- https://github.com/xibosignageltd/qa/issues/321
…added condition to openToolbarMenu command
…s-test-layout-editor
@@ -42,49 +42,49 @@ describe('Layout Designer', function() { | |||
|
|||
cy.get('[data-sub-type="clock"]').click(); | |||
|
|||
cy.get('[data-sub-type="clock-analogue"] > .toolbar-card-thumb').click(); | |||
// cy.get('[data-sub-type="clock-analogue"] > .toolbar-card-thumb').click(); |
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 is some commented code below.
@@ -0,0 +1,193 @@ | |||
/* eslint-disable max-len */ | |||
/* | |||
* Copyright (C) 2023 Xibo Signage Ltd |
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.
The copyright text should have the date as 2024
.should('have.class', 'toolbar-level-2'); | ||
}); | ||
|
||
// it('should navigate to all toolbar tabs', 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.
If you want to keep the test but do not want to run it, you could use it.skip()