mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-21 03:36:18 +00:00
Fix e2e localStorage reference
This commit is contained in:
parent
28909b095d
commit
976e5be19c
@ -15,7 +15,7 @@ test.beforeAll("Create Test Database", async () => {
|
|||||||
|
|
||||||
test.beforeEach("Open new query tab", async ({ page }) => {
|
test.beforeEach("Open new query tab", async ({ page }) => {
|
||||||
// Clear previous settings
|
// Clear previous settings
|
||||||
localStorage.removeItem(StorageKey[StorageKey.AppState]);
|
window.localStorage.removeItem(StorageKey[StorageKey.AppState]);
|
||||||
|
|
||||||
// Open a query tab
|
// Open a query tab
|
||||||
explorer = await DataExplorer.open(page, TestAccount.SQL);
|
explorer = await DataExplorer.open(page, TestAccount.SQL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user