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 442eb9c commit e01bb25Copy full SHA for e01bb25
packages/graphiql/cypress/e2e/prettify.cy.ts
@@ -40,7 +40,7 @@ describeOrSkip('GraphiQL Prettify', () => {
40
cy.visit(`/?query=${rawQuery}&onPrettifyQuery=true`);
41
// Wait diagnostic error
42
cy.get('.squiggly-error', { timeout: 10_000 });
43
- cy.get('.graphiql-query-editor textarea').type('{shift+ctrl+p}', {
+ cy.get('.graphiql-query-editor .monaco-editor').type('{shift+ctrl+p}', {
44
force: true,
45
});
46
cy.assertHasValues({ query: resultQuery });
0 commit comments