Skip to content

Commit

Permalink
format (#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Dec 4, 2023
1 parent d92c819 commit 98b15c2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 134 deletions.
2 changes: 1 addition & 1 deletion js/dropdown/Multiselect.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Template>

<Story
name="Multiselect"
name="Multiselect Interactive"
args={{
value: ["swim", "run"],
choices: [
Expand Down
2 changes: 1 addition & 1 deletion js/highlightedtext/HighlightedText.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/>
</Template>

<Story name="Highlighted Text" />
<Story name="Highlighted Text Default" />
<Story name="Highlighted Text with legend" args={{ show_legend: true }} />
<Story name="Highlighted Text with label" args={{ label: "animals" }} />
<Story
Expand Down
2 changes: 1 addition & 1 deletion js/row/Row.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
</Row>
</Template>

<Story name="Row" />
<Story name="Row Layout" />
16 changes: 0 additions & 16 deletions js/video/Video.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,7 @@
}}
play={async ({ canvasElement }) => {
const canvas = within(canvasElement);

const trimButton = canvas.getByLabelText("Trim video to selection");

userEvent.click(trimButton);

await new Promise((r) => setTimeout(r, 4000));

const rightHandle = canvas.getByLabelText(
"end drag handle for trimming video"
);

userEvent.click(rightHandle);

for (let i = 0; i < 4; i++) {
await userEvent.keyboard("[ArrowRight]");
}

userEvent.click(canvas.getByText("Trim"));
}}
/>
140 changes: 25 additions & 115 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98b15c2

Please sign in to comment.