Skip to content

Check for specific string in build trace for E2E test

Jennifer Louie requested to merge fix-clone-spec into master

What does this MR do?

This MR revises a method on the Job::Show page object that retrieves text from the build trace element. Instead of retrieving the text once it is not empty, the method returns the text after the word 'Job' appears.

The goal is to reduce flakiness in this test; sometimes screenshots of 'failed' test shows the expected output, but the test failed because the output text it retrieved did not contain words.

Closes #36304 (closed)

Conformity

Edited by Jennifer Louie

Merge request reports