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 05b41f2 commit 61d00c9Copy full SHA for 61d00c9
tests/e2e/tests/regression/browser/onboarding.e2e.ts
@@ -30,7 +30,7 @@ const monitorPage = new MonitorPage();
30
const setLocalStorageItem = ClientFunction((key: string, value: string) => window.localStorage.setItem(key, value));
31
const indexName = common.generateWord(10);
32
33
-fixture.only `Onboarding new user tests`
+fixture `Onboarding new user tests`
34
.meta({type: 'regression', rte: rte.standalone })
35
.page(commonUrl)
36
.beforeEach(async() => {
0 commit comments