Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 22, 2023
1 parent 456a859 commit 4f92d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/pages/storybook.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, Locator, Page } from '@playwright/test'

const STORYBOOK_URL: string = process.env.TARGET_URL || process.env.STORYBOOK_URL || 'http://localhost:6006'
const STORYBOOK_URL: string = process.env.STORYBOOK_URL || 'http://localhost:6006'

const PSEUDO_STATES = {
hover: 'hover',
Expand Down

0 comments on commit 4f92d5b

Please sign in to comment.