diff --git a/circle.yml b/circle.yml index 2f9031a4..6930bcbb 100644 --- a/circle.yml +++ b/circle.yml @@ -26,6 +26,9 @@ workflows: - run: name: Linting code 🧹 command: npm run lint + - run: + name: Stop exclusive tests 1️⃣ + command: npm run stop-only - run: name: Check markdown links ⚓️ command: npm run check:links diff --git a/cypress/component/advanced/react-book-example/src/Note.spec.js b/cypress/component/advanced/react-book-example/src/Note.spec.js index d55577e8..68f9d13f 100644 --- a/cypress/component/advanced/react-book-example/src/Note.spec.js +++ b/cypress/component/advanced/react-book-example/src/Note.spec.js @@ -4,7 +4,7 @@ import React from 'react' import Select from './Note' describe('Note', () => { - it.only('save text', () => { + it('save text', () => { mount(