Skip to content

[QA] Fix the Codeowners QA test

Rémy Coutable requested to merge qa-fix-nightly-46 into master

What does this MR do?

We need to explicitly visit the project page after adding the project members because pushing a commit doesn't go the project page to get the clone URL since it's retrieved from the API response of the project's creation request.

Also, I removed the wait_for_push since all it did was sleeping 5 seconds and refreshing the current page (which was the project's members page).

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/46.

Does this MR meet the acceptance criteria?

Merge request reports