Skip to content

Commit 93aa828

Browse files
committed
test: updating e2e tests
1 parent 44df7b3 commit 93aa828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/palindrome.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ describe('Palindrome.js lib integration', () => {
1919
});
2020

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

0 commit comments

Comments
 (0)