Update dependency cypress to v7 (#1183)

* Update dependency cypress to v7

Signed-off-by: Renovate Bot <bot@renovateapp.com>

* Use global beforeEach for config loading

Signed-off-by: Erik Michelson <github@erik.michelson.eu>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
renovate[bot] 2021-04-14 22:28:50 +02:00 committed by GitHub
parent 010d451f78
commit b42cb8fc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 84 additions and 96 deletions

View file

@ -8,7 +8,6 @@ import { languages } from '../fixtures/languages'
describe('Languages', () => {
beforeEach(() => {
cy.loadConfig()
cy.visit('/')
})