diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-04-01 13:32:55 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-04-01 14:07:08 +0200 |
commit | 93c649db54d4c91e5392322a1ee99d52b6ef1503 (patch) | |
tree | fb6f02a12315dcef0cccf8597b6b261397a8f019 /qa/README.md | |
parent | 9763c9cc0e3c12842ae214b314e2873b483f9583 (diff) | |
download | gitlab-ce-93c649db54d4c91e5392322a1ee99d52b6ef1503.tar.gz |
Document click_ vs. go_to_ standard for e2e testsqa/document_click_vs_go_to
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59645.
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md index 7d66f7d5abc..9517d4f42b4 100644 --- a/qa/README.md +++ b/qa/README.md @@ -48,6 +48,7 @@ will need to [modify your GDK setup](https://gitlab.com/gitlab-org/gitlab-qa/blo ### Writing tests 1. [Using page objects](qa/page/README.md) +2. [Style guide](STYLE_GUIDE.md) ### Running specific tests |