Skip to content

Commit e94f5c9

Browse files
committed
fix cypress
1 parent 86ffcaf commit e94f5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/graphiql/cypress/e2e/tabs.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ describe('Tabs', () => {
6767
// Close tab
6868
cy.get('#graphiql-session-tab-1 + .graphiql-tab-close').click();
6969

70-
// Assert that no tab visible when there's only one session
71-
cy.get('#graphiql-session-tab-0').should('not.exist');
70+
// Assert that tab close button not visible when there is only 1 tab
71+
cy.get('#graphiql-session-tab-0 + .graphiql-tab-close').should('not.exist');
7272

7373
// Assert editor values
7474
cy.assertHasValues({

0 commit comments

Comments
 (0)