Skip to content

Commit a8017cc

Browse files
authored
Merge pull request #649 from eclipse-thingweb/egekorkan-patch-4
Update test checking EF title
2 parents 6bd5e98 + bfcad6f commit a8017cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/tests/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ test.describe("Check all links", () => {
132132
const eclipsePromise = page.waitForEvent('popup')
133133
await page.locator("#eclipse-link").click()
134134
const eclipsePage = await eclipsePromise
135-
await expect(eclipsePage).toHaveTitle("The Community for Open Collaboration and Innovation | The Eclipse Foundation")
135+
await expect(eclipsePage).toHaveTitle("Eclipse Foundation | Powering Open Innovation")
136136
await expect(eclipsePage).toHaveURL("https://www.eclipse.org")
137137
})
138138

0 commit comments

Comments
 (0)