Skip to content

Commit

Permalink
chore(wording): fix ruleName of "require-data-selectors" test (#33)
Browse files Browse the repository at this point in the history
chore(wording): fix ruleName of "require-data-selectors" test
  • Loading branch information
chrisbreiding committed Nov 18, 2019
2 parents a4a0e8e + 1a7a6ed commit 9086352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/require-data-selectors.js
Expand Up @@ -8,7 +8,7 @@ const ruleTester = new RuleTester()
const errors = [{ messageId: 'unexpected' }]
const parserOptions = { ecmaVersion: 6 }

ruleTester.run('no-dynamic-id-classes', rule, {
ruleTester.run('require-data-selectors', rule, {
valid: [
{ code: 'cy.get(\'[data-cy=submit]\').click()', parserOptions },
{ code: 'cy.get(\'[data-QA=submit]\')', parserOptions },
Expand Down

0 comments on commit 9086352

Please sign in to comment.