Skip to content

Commit

Permalink
fixed tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Dec 21, 2024
1 parent fd2c208 commit a913ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function assertHasTags(page, ...expectedTags) {

test.describe('basic', () => {
test.beforeEach(async ({ page }) => {
await page.goto('file:///C:/Users/vsync/projects/tagify/docs/examples/src/example-template.html')
await page.goto('file:///C:/projects/tagify/docs/examples/src/example-template.html')
await loadHTML_basic(page)
await getPageDOM(page)
})
Expand Down

0 comments on commit a913ba4

Please sign in to comment.