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 32ef86a commit f0cd112Copy full SHA for f0cd112
test/e2e/specs/patch-details.spec.ts
@@ -8,6 +8,7 @@ describe('Patch Details', () => {
8
9
before(async () => {
10
workbench = await browser.getWorkbench()
11
+ await workbench.executeCommand('Developer: Reload Window')
12
})
13
14
it('updates the patch status @skipLinuxCI', async () => {
0 commit comments