Skip to content

Commit

Permalink
test: updating e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yacoubii committed Apr 3, 2024
1 parent 44df7b3 commit 93aa828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/palindrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe('Palindrome.js lib integration', () => {
});

it("should open the edit panel and display Palindrome.js data structure", () => {
e2e().get('[data-testid="data-testid\ Panel\ header\ Palindrome.js"]').should('be.visible');
e2e().get('[data-testid="data-testid\ Panel\ menu\ Palindrome.js"]').click();
e2e().get('[data-testid="data-testid\ Panel\ header\ Palindrome.js\ Prometheus"]').should('be.visible');
e2e().get('[data-testid="data-testid\ Panel\ menu\ Palindrome.js\ Prometheus"]').click();
e2e().get('[data-testid="data-testid\ Panel\ menu\ item\ Edit"]').click();
e2e().get('[id="Palindrome.js"]').should('be.visible');
e2e().wait(1000);
Expand Down

0 comments on commit 93aa828

Please sign in to comment.