Skip to content

Commit

Permalink
test: adapt page title to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Feb 17, 2025
1 parent 1e40507 commit 7d6cbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/tests/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test.describe("Check all links", () => {
const thingwebPromise = page.waitForEvent('popup')
await page.locator(".logo").click()
const thingwebPage = await thingwebPromise
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb")
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb | Connect More, Code Less")
await expect(thingwebPage).toHaveURL("https://thingweb.io/")
})

Expand All @@ -123,7 +123,7 @@ test.describe("Check all links", () => {
const thingwebPromise = page.waitForEvent('popup')
await page.locator("#thingweb-link").click()
const thingwebPage = await thingwebPromise
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb")
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb | Connect More, Code Less")
await expect(thingwebPage).toHaveURL("https://thingweb.io/")
})

Expand Down

0 comments on commit 7d6cbd2

Please sign in to comment.