summaryrefslogtreecommitdiff
path: root/qa/qa/page/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/README.md')
-rw-r--r--qa/qa/page/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/README.md b/qa/qa/page/README.md
index 83710606d7c..d38223f690d 100644
--- a/qa/qa/page/README.md
+++ b/qa/qa/page/README.md
@@ -40,7 +40,7 @@ the time it would take to build packages and test everything.
That is why when someone changes `t.text_field :login` to
`t.text_field :username` in the _new session_ view we won't know about this
change until our GitLab QA nightly pipeline fails, or until someone triggers
-`package-qa` action in their merge request.
+`package-and-qa` action in their merge request.
Obviously such a change would break all tests. We call this problem a _fragile
tests problem_.