Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 268e046

Browse files
committed
fix command-edit.test.ts
1 parent 9f4cd20 commit 268e046

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

vscode/test/e2e/__snapshots__/command-edit.test.ts/edit-fixup-task-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"key": "tier",
74-
"value": 0
74+
"value": 2
7575
}
7676
],
7777
"privateMetadata": {

vscode/test/e2e/command-edit.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ import * as mockServer from '../fixtures/mock-server'
44

55
import { sidebarExplorer, sidebarSignin } from './common'
66
import {
7-
type DotcomUrlOverride,
87
type ExpectedV2Events,
9-
test as baseTest,
108
stabilizeMetadataValues,
119
stabilizePrivateMetadataValues,
10+
test,
1211
} from './helpers'
1312

14-
const test = baseTest.extend<DotcomUrlOverride>({ dotcomUrl: mockServer.SERVER_URL })
15-
1613
test.extend<ExpectedV2Events>({
1714
// list of events we expect this test to log, add to this list as needed
1815
expectedV2Events: [
@@ -99,7 +96,7 @@ test.extend<ExpectedV2Events>({
9996
await inputBox.focus()
10097
await inputBox.fill(instruction)
10198
await page.keyboard.press('Enter')
102-
await nap()
99+
await nap(500)
103100
await expect(page.getByText('appleName')).not.toBeVisible()
104101
await expect(page.getByText('bananaName')).toBeVisible()
105102

0 commit comments

Comments
 (0)