Skip to content

Fixing the revert merge request with large setup test

Tomislav Nikić requested to merge tomi/test/revert into master

What does this MR do?

This test only failed in the large setup pipeline for some reason. After looking into it, it was obvious that due to changes in the way the page loads when there are a lot of files present, it the selector could not be found.

After a closer look it seems that the selector on was updated to use a identifier since there are going to be as many selectors with that name as there are files, but instead of the identifier, it used the text to check. Since the page does not fully load when viewing large MRs, the text was never found.

After changing the page object to use the identifier, all issues where resolved.

E2E Test Failure issue(s)

Check-list

Edited by Tomislav Nikić

Merge request reports