Skip to content

Commit 61d00c9

Browse files
committed
delete .only
1 parent 05b41f2 commit 61d00c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/browser/onboarding.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const monitorPage = new MonitorPage();
3030
const setLocalStorageItem = ClientFunction((key: string, value: string) => window.localStorage.setItem(key, value));
3131
const indexName = common.generateWord(10);
3232

33-
fixture.only `Onboarding new user tests`
33+
fixture `Onboarding new user tests`
3434
.meta({type: 'regression', rte: rte.standalone })
3535
.page(commonUrl)
3636
.beforeEach(async() => {

0 commit comments

Comments
 (0)