We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8146c commit d60de98Copy full SHA for d60de98
tests/testUtils.ts
@@ -11,7 +11,7 @@ export class Ui5Tester {
11
this.selectorEngineId = `ui5_${selectorEngineName}`
12
}
13
navigateToUi5DocsPage = async (page: Page, path: `/${string}`) => {
14
- await page.goto(`https://ui5.sap.com/1.125.1${path}`)
+ await page.goto(`https://ui5.sap.com/1.127.7${path}`)
15
await page.waitForSelector(
16
`${this.selectorEngineId}=${
17
this.selectorEngineName === 'css' ? '*' : '//*'
0 commit comments