Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Jan 9, 2025
1 parent e54ad6d commit 6358cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/react-component/index.pw.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function assetShouldWork(page: Page) {
expect(imgEls).toHaveLength(2);
const srcList = await Promise.all(
imgEls.map((imgEl) => imgEl.getAttribute('src')),
)
);
for (const src of srcList) {
expect(src).toMatch(/static\/svg\/logo/);
}
Expand Down

0 comments on commit 6358cde

Please sign in to comment.