Skip to content

Commit

Permalink
Update .storybook/test-runner.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jul 1, 2024
1 parent f354216 commit 5a6ea30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .storybook/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ module.exports = {
}

console.log(storyContext.tags)
await page.evaluate(() => {
console.log(storyContext.tags)
})

if(storyContext.tags.includes('also-tablet')) {
const tabletViewport = { width: 768, height: 1024 }
await page.setViewportSize(tabletViewport)
Expand Down

0 comments on commit 5a6ea30

Please sign in to comment.