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 9254021 commit c40b62fCopy full SHA for c40b62f
tests/e2e/json-editor.spec.ts
@@ -3,7 +3,6 @@ import { jsonEditorApp } from '../pages/jsoneditorpage';
3
4
test.describe(" Json editor App at entry", () => {
5
let jsoneditorapp;
6
- test.use({ storageState: "storageState.json" });
7
8
test('Should Apply all the Json app tests', async ({page}) => {
9
jsoneditorapp = new jsonEditorApp(page);
tests/json-editor.spec.ts
0 commit comments