Skip to content

Commit

Permalink
Temporary disable reloadwindow
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Sep 18, 2024
1 parent 605f045 commit 250b2b6
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.empty-file.all.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.empty-file.cell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.empty-file.document.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.empty-file.none.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-cell.all.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-cell.cell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-cell.none.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-doc.all.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-doc.cell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {
const __dirname = path.dirname(url.fileURLToPath(import.meta.url))

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.existent-doc.none.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.shebang.all.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.shebang.cell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.shebang.document.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}

async function removeAllNotifications() {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/identity/identity.shebang.none.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '../../helpers/index.js'

async function reloadWindow() {
const workbench = await browser.getWorkbench()
await workbench.executeCommand('Developer: Reload Window')
// const workbench = await browser.getWorkbench()
// await workbench.executeCommand('Developer: Restart Extension Host')
}
async function removeAllNotifications() {
const workbench = await browser.getWorkbench()
Expand Down

0 comments on commit 250b2b6

Please sign in to comment.