We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ffcaf commit e94f5c9Copy full SHA for e94f5c9
packages/graphiql/cypress/e2e/tabs.cy.ts
@@ -67,8 +67,8 @@ describe('Tabs', () => {
67
// Close tab
68
cy.get('#graphiql-session-tab-1 + .graphiql-tab-close').click();
69
70
- // Assert that no tab visible when there's only one session
71
- cy.get('#graphiql-session-tab-0').should('not.exist');
+ // Assert that tab close button not visible when there is only 1 tab
+ cy.get('#graphiql-session-tab-0 + .graphiql-tab-close').should('not.exist');
72
73
// Assert editor values
74
cy.assertHasValues({
0 commit comments