mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(e2e): onboarding process
This commit is contained in:
6
e2e/_utils.ts
Normal file
6
e2e/_utils.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Page } from "@playwright/test";
|
||||
|
||||
|
||||
export const clearLocalStorage = (page: Page) => {
|
||||
return page.evaluate(`window.localStorage.clear()`);
|
||||
}
|
||||
Reference in New Issue
Block a user