File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import type { Meta , StoryObj , } from "@storybook/react" ;
2
- import { spyOn , within , expect } from "@storybook/test" ;
1
+ import type { Meta , StoryObj } from "@storybook/react" ;
2
+ import { expect , spyOn , within } from "@storybook/test" ;
3
3
import {
4
4
MockFailedWorkspace ,
5
5
MockStartingWorkspace ,
@@ -161,8 +161,8 @@ export const Active: Story = {
161
161
const zedIframe = await canvas . findByTitle ( "Zed" ) ;
162
162
const claudeIframe = await canvas . findByTitle ( "Claude Code" ) ;
163
163
164
- expect ( vscodeIframe ) . not . toBeVisible ( )
165
- expect ( zedIframe ) . not . toBeVisible ( )
166
- expect ( claudeIframe ) . toBeVisible ( )
167
- }
164
+ expect ( vscodeIframe ) . not . toBeVisible ( ) ;
165
+ expect ( zedIframe ) . not . toBeVisible ( ) ;
166
+ expect ( claudeIframe ) . toBeVisible ( ) ;
167
+ } ,
168
168
} ;
You can’t perform that action at this time.
0 commit comments