Remove the word project from expectation

What does this MR do and why?

Fixes an issue where an end-to-end test was expecting the words:

Revoked project access token ...

This wording now shows in the application as:

Revoked access token ...

Closes #350493 (closed)

Screenshots or screen recordings

expect(page).to have_text("Revoked project access token #{project_access_token.name}!")

manage_project_access_tokens_can_be_created_and_revoked_via_the_ui

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dan Davison

Merge request reports

Loading