Skip to content

Commit

Permalink
Change: !vrt -> no-vrt
Browse files Browse the repository at this point in the history
[update snapshots]
  • Loading branch information
sevenc-nanashi committed Oct 23, 2024
1 parent 6840218 commit 5d140c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const Close: Story = {

export const Closed: Story = {
name: "閉じている",
tags: ["!vrt"],
tags: ["no-vrt"],
args: {
openDialog: false,
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog/TextDialog/MessageDialog.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Close: Story = {

export const Closed: Story = {
name: "閉じている",
tags: ["!vrt"],
tags: ["no-vrt"],
args: {
modelValue: false,
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog/TextDialog/QuestionDialog.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const ClickBackdropWithCancel: Story = {

export const Closed: Story = {
name: "閉じている",
tags: ["!vrt"],
tags: ["no-vrt"],
args: {
modelValue: false,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ export const OpenOfficialSite: Story = {

export const Closed: Story = {
name: "閉じている",
tags: ["!vrt"],
tags: ["no-vrt"],
};
2 changes: 1 addition & 1 deletion tests/e2e/storybook/スクリーンショット.spec.mts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for (const story of currentStories) {
for (const [story, stories] of Object.entries(allStories)) {
test.describe(story, () => {
for (const story of stories) {
if (story.tags.includes("!vrt")) {
if (story.tags.includes("no-vrt")) {
continue;
}
test.describe(story.name, () => {
Expand Down

0 comments on commit 5d140c4

Please sign in to comment.