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 99150c8 commit 99a4c12Copy full SHA for 99a4c12
packages/graphiql/cypress/e2e/tabs.cy.ts
@@ -1,6 +1,6 @@
1
describe('Tabs', () => {
2
it('Should store editor contents when switching between tabs', () => {
3
- cy.visit('/?query=');
+ cy.visit('/?defaultQuery=');
4
5
// Assert that tab visible when there's only one session
6
cy.get('.graphiql-tab-button').eq(0).should('exist');
0 commit comments