ui5-uiveri5 icon indicating copy to clipboard operation
ui5-uiveri5 copied to clipboard

End-to-end testing framework for SAPUI5

Results 51 ui5-uiveri5 issues
Sort by recently updated
recently updated
newest added

Hello team, We have some set of tests maintained in our spec file. For a few set of tests we are getting this error: Error: Timeout - Async callback was...

We are using browser.get() to navigate to external app. browser.get( oParams.systemURL ,{ auth: { 'sapcloud-form': { user: oParams.ProjBillingUser.UserName, pass: oParams.ProjBillingUser.Password, userFieldSelector: oParams.userFieldSelector, passFieldSelector: oParams.passFieldSelector, logonButtonSelector: oParams.logonButtonSelector } } }); It...

I have an issue regarding the View Settings dialog in UI5 apps: I have an assertion to check number of records in View Settings dialog: expect(settingsWindow.getAllPossibleFields().count()).toEqual(Constants.adaptTable.additionalColumns.length); //shoul be some number,...

Hi, in my UiVeri5 tests i currently face the issue, that sending keyboard shortcuts (see code snippet below) is no longer working. As the tests did not change, this is...

In our test, we check if the new page is loaded and visible. This check fails sometimes (1 in 5-10 runs). Screenshots of the failed runs show the application is...

Implement support for new Edge browser based on Chromium (rename the current Edge to EdgeLagacy) Implement get Edge (Chromium) WebDriver automatically from url Created this new pull-request that will replace...