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 2495409 commit c1195bfCopy full SHA for c1195bf
cypress/integration/about.spec.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable no-undef */
2
describe('About page', () => {
3
beforeEach(() => {
4
cy.visit('/about')
cypress/integration/counter.spec.js
describe('counter', () => {
cy.visit('/')
0 commit comments