feat(e2e): Add cypress globals to eslint overrides (#43234)
fix(docs): Remove cypress eslint note on e2e docs
This commit is contained in:
committed by
GitHub
parent
b3cae635e1
commit
e2d6639773
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
import '@testing-library/cypress/add-commands';
|
||||
|
||||
describe('Settings certifications area', () => {
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* global cy */
|
||||
describe('Email input field', () => {
|
||||
beforeEach(() => {
|
||||
cy.exec('npm run seed');
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
describe('Picture input field', () => {
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
describe('Settings', () => {
|
||||
it('should be possible to reset your progress', () => {
|
||||
cy.login();
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
describe('Username input field', () => {
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
|
Reference in New Issue
Block a user