Skip to content

Commit e01bb25

Browse files
committed
try
1 parent 442eb9c commit e01bb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describeOrSkip('GraphiQL Prettify', () => {
4040
cy.visit(`/?query=${rawQuery}&onPrettifyQuery=true`);
4141
// Wait diagnostic error
4242
cy.get('.squiggly-error', { timeout: 10_000 });
43-
cy.get('.graphiql-query-editor textarea').type('{shift+ctrl+p}', {
43+
cy.get('.graphiql-query-editor .monaco-editor').type('{shift+ctrl+p}', {
4444
force: true,
4545
});
4646
cy.assertHasValues({ query: resultQuery });

0 commit comments

Comments
 (0)