This repository was archived by the owner on Aug 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
__snapshots__/command-edit.test.ts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 },
7272 {
7373 "key": "tier",
74- "value": 0
74+ "value": 2
7575 }
7676 ],
7777 "privateMetadata": {
Original file line number Diff line number Diff line change @@ -4,15 +4,12 @@ import * as mockServer from '../fixtures/mock-server'
44
55import { sidebarExplorer , sidebarSignin } from './common'
66import {
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-
1613test . 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
You can’t perform that action at this time.
0 commit comments