Skip to content

Commit d60de98

Browse files
committed
bump the ui5 version used by unit tests since 1.125 was deleted from the site
1 parent 6e8146c commit d60de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Ui5Tester {
1111
this.selectorEngineId = `ui5_${selectorEngineName}`
1212
}
1313
navigateToUi5DocsPage = async (page: Page, path: `/${string}`) => {
14-
await page.goto(`https://ui5.sap.com/1.125.1${path}`)
14+
await page.goto(`https://ui5.sap.com/1.127.7${path}`)
1515
await page.waitForSelector(
1616
`${this.selectorEngineId}=${
1717
this.selectorEngineName === 'css' ? '*' : '//*'

0 commit comments

Comments
 (0)