Skip to content

Commit 87c209f

Browse files
committed
fix cypress
1 parent 4cb03ce commit 87c209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describeOrSkip('GraphQL DocExplorer - deprecated arguments', () => {
117117
);
118118
cy.get('.graphiql-markdown-deprecation').should(
119119
'have.text',
120-
'deprecated argument\n',
120+
'Argument "deprecatedArg" is deprecated. Use "string" instead.\n',
121121
);
122122
});
123123
});

0 commit comments

Comments
 (0)