Skip to content

Commit 99a4c12

Browse files
committed
this should fix cypress
1 parent 99150c8 commit 99a4c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('Tabs', () => {
22
it('Should store editor contents when switching between tabs', () => {
3-
cy.visit('/?query=');
3+
cy.visit('/?defaultQuery=');
44

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

0 commit comments

Comments
 (0)