Update dep (#988)
* update and adapt code to latest dependencies -> need testIsolation to False with the latest Cypress * need this for CI (bug https://github.com/npm/cli/issues/4828) * run instrument before test * fix test * v7.3.4
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
visitAndApproveStorage
|
||||
} from '../../support/ui-test-helper.js'
|
||||
|
||||
describe('check tool shape and image of svg-edit', function () {
|
||||
describe('check tool shape and image of svg-edit', { testIsolation: false }, function () {
|
||||
before(() => {
|
||||
visitAndApproveStorage()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user