Skip to content

Commit

Permalink
chore: cypress spec expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 7, 2021
1 parent 5841037 commit 816cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphiql/cypress/integration/init.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('GraphiQL On Initialization', () => {
errors: [
{
message:
'Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "<img src=x onerror=alert(document.domain)>" does not.',
'Names must only contain [_a-zA-Z0-9] but "<img src=x onerror=alert(document.domain)>" does not.',
},
],
});
Expand Down

0 comments on commit 816cae6

Please sign in to comment.