diff options
author | ddavison <ddavison@gitlab.com> | 2019-05-21 14:21:09 -0700 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2019-05-21 14:21:09 -0700 |
commit | 0e20bf766dddb54bbb3b19d7c8d1bf98e293c76f (patch) | |
tree | 83d6c65bb5bf7ee9e8e8081183a22697c561bccf /qa/README.md | |
parent | bb5bbbaa1a64d18108470132bb2ed8ed5da52ce7 (diff) | |
download | gitlab-ce-doc-qa-doc-element-guidelines.tar.gz |
Add documentation for element naming conventionsdoc-qa-doc-element-guidelines
Refactor all capital files to lowercase
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 6 |
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 |