Skip to content

Commit

Permalink
this should fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 15, 2024
1 parent 99150c8 commit 99a4c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphiql/cypress/e2e/tabs.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Tabs', () => {
it('Should store editor contents when switching between tabs', () => {
cy.visit('/?query=');
cy.visit('/?defaultQuery=');

// Assert that tab visible when there's only one session
cy.get('.graphiql-tab-button').eq(0).should('exist');
Expand Down

0 comments on commit 99a4c12

Please sign in to comment.