Skip to content

Commit

Permalink
💚 カードのVRTをデスクトップのみで行うように
Browse files Browse the repository at this point in the history
  • Loading branch information
arrow2nd committed Nov 21, 2023
1 parent 09407a2 commit 0b3baa2
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

0 comments on commit 0b3baa2

Please sign in to comment.