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:
authorddavison <ddavison@gitlab.com>2019-05-22 00:21:09 +0300
committerddavison <ddavison@gitlab.com>2019-05-28 19:12:26 +0300
commit43b35b6c1108d3edd228206f2e4a78bdf9b3dbb9 (patch)
tree55ee5269350658d87c72658e25b2ceab34916c7c /qa/README.md
parent2efc284a99e5791a486da5bfd137142d465fb38c (diff)
Add documentation for element naming conventions
Refactor all capital files to lowercase Signed-off-by: ddavison <ddavison@gitlab.com>
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/qa/README.md b/qa/README.md
index 002ad4c65f5..f75205133e6 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -49,10 +49,10 @@ will need to [modify your GDK setup](https://gitlab.com/gitlab-org/gitlab-qa/blo
### Writing tests
-- [Writing tests from scratch tutorial](docs/WRITING_TESTS_FROM_SCRATCH.md)
- - [Best practices](docs/BEST_PRACTICES.md)
+- [Writing tests from scratch tutorial](docs/writing_tests_from_scratch.md)
+ - [Best practices](docs/best_practices.md)
- [Using page objects](qa/page/README.md)
- - [Guidelines](docs/GUIDELINES.md)
+ - [Guidelines](docs/guidelines.md)
### Running specific tests