Skip to content

Fix Job page object for E2E tests to use new job log

Aleksandr Soborov requested to merge qa-e2e-fix-job-log-page-object into master

What does this MR do?

Modifies the Job page object to use the new job_log element instead of the replaced build_trace.

Removes feature flag enable/disable logic from clone_using_deploy_key_spec.rb.

Secure tests currently using this page object are being fixed in a different way within !21858 (merged) so they aren't being touched in this MR.

Closes #118428 (closed).

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports