-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.3
-
Component/s: Seam / JSF UI, Tests
-
Team:AT
-
Sprint:nxAT Sprint 8.3.2
Running webdriver tests on Windows seems to be more sensitive to selenium server lib upgrade, which is more strict when clicking on an element (webriver should scroll to the clickable button).
These non-functional clicks can generate loading randoms "element is not clickable at this point", and errors linked to the lack of clicking.
Attached a list of tests currently failing under windows, that should all use method Locator#waitUntilEnabledAndClick to benefit from scrolling and forced-click generic behaviours, as done on https://github.com/nuxeo/nuxeo/commit/609ed39e675492d637dfdcb84bb111b7fe2fc789
Notes:
- depends on
-
NXP-8549 Rewrite Selenium tests in WebDriver
- Resolved
- is required by
-
NXP-17848 Fix failure on ITCollectionsTest#testAddDocumentToCollectionAndRemove
- Resolved
-
NXP-18344 Fix failure on ITCopyPasteTest testSimpleCopyAndPaste on some browsers
- Resolved
-
NXP-19710 Fix css problem when window is too small (visible on windows server 2012 with FF26)
- Resolved
-
NXP-19717 Fix PermissionSubPage loading problems
- Resolved
-
NXP-19934 Fix ITNoteDocumentTest random on safe edit popup detection
- Resolved
-
NXP-20028 Fix random webdriver failure on PermissionsSubPage waitForPermissionAdded
- Resolved
-
NXBT-1157 Make windows slaves use a better default resolution
- Open