Skip to content

Commit

Permalink
#12 Adding issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Feb 18, 2024
1 parent 10d1557 commit 7f6bec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test.beforeAll(async () => {

test("should validate page title", async ({ page }) => {
await allure.tags("home", "guest", "title")
await allure.issue("tags", "https://github.com/josdem/playwright-workshop/issues/12")
await page.goto(properties.url)
await expect(page).toHaveTitle(properties.title)
})

0 comments on commit 7f6bec6

Please sign in to comment.