Skip to content

Commit

Permalink
Merge pull request #310 from arrow2nd/fix-vrt
Browse files Browse the repository at this point in the history
💚 カードのVRTをデスクトップのみで行うように
  • Loading branch information
arrow2nd authored Nov 21, 2023
2 parents 09407a2 + 0b3baa2 commit ef11e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ export default defineConfig({
},
{
name: "android",
grepInvert: /@desktop/,
use: {
...devices["Pixel 5"]
}
},
{
name: "iphone",
grepInvert: /@desktop/,
use: {
...devices["iPhone 13"]
}
Expand Down
2 changes: 1 addition & 1 deletion tests/vrt/poem-card.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const poems: Poem[] = [
}
];

test("カードのレイアウトが変化していない", async ({ shinyPoems }) => {
test("カードのレイアウトが変化していない @desktop", async ({ shinyPoems }) => {
const { page } = shinyPoems;

// 検索結果を上書き
Expand Down

1 comment on commit ef11e9f

@vercel
Copy link

@vercel vercel bot commented on ef11e9f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiny-poems – ./

shiny-poems-arrow2nd.vercel.app
shiny-poems-git-main-arrow2nd.vercel.app
shiny-poems.vercel.app

Please sign in to comment.