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

[Follow-up] Clean out table test #740

Open
ananzh opened this issue Jul 10, 2023 · 2 comments
Open

[Follow-up] Clean out table test #740

ananzh opened this issue Jul 10, 2023 · 2 comments

Comments

@ananzh
Copy link
Member

ananzh commented Jul 10, 2023

Based on this comment #731 (comment)

cy.getElementByTestId('visTable')
    .should('have.class', `visTable`)

should be

cy.getElementByTestId('visTable')
    .should('have.class', 'visTable')
@ananzh
Copy link
Member Author

ananzh commented Jul 10, 2023

@curq this is a follow-up of your previous contribution

@curq
Copy link
Contributor

curq commented Jul 21, 2023

Thanks @ananzh, I made a PR for cleanup.

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

No branches or pull requests

2 participants