Skip to content

Commit 442eb9c

Browse files
committed
try
1 parent cbf8f2a commit 442eb9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ describeOrSkip('GraphiQL Prettify', () => {
3838

3939
it('should work while click on key map short cut', () => {
4040
cy.visit(`/?query=${rawQuery}&onPrettifyQuery=true`);
41+
// Wait diagnostic error
42+
cy.get('.squiggly-error', { timeout: 10_000 });
4143
cy.get('.graphiql-query-editor textarea').type('{shift+ctrl+p}', {
4244
force: true,
4345
});

0 commit comments

Comments
 (0)