Skip to content
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

Open
wants to merge 11 commits into
base: release41
Choose a base branch
from
Open

Conversation

gracec20
Copy link
Contributor

@gracec20 gracec20 requested a review from ifarzana November 26, 2024 15:04
@gracec20 gracec20 self-assigned this Nov 26, 2024
@@ -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();
Copy link
Contributor

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
Copy link
Contributor

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() {
Copy link
Contributor

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()

@maurofmferrao maurofmferrao changed the base branch from develop to release41 December 19, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants