Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-04-01 14:32:55 +0300
committerWalmyr Lima <walmyr@gitlab.com>2019-04-01 15:07:08 +0300
commit93c649db54d4c91e5392322a1ee99d52b6ef1503 (patch)
treefb6f02a12315dcef0cccf8597b6b261397a8f019 /qa/README.md
parent9763c9cc0e3c12842ae214b314e2873b483f9583 (diff)
Document click_ vs. go_to_ standard for e2e tests
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59645.
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md1
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