summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-05-13 13:07:13 -0500
committerWalmyr Lima <walmyr@gitlab.com>2019-05-13 13:07:15 -0500
commit21bf3ec2f784755f17d627edd073e0892a6e4bea (patch)
tree26c53819f336b488a033a003ecfc8cebaeb7ddd4
parent294eda9b1b5cb7df4adb83186caa0a90bcf0e0fc (diff)
downloadgitlab-ce-docs-writing-e2e-tests.tar.gz
Remove unnecessary notedocs-writing-e2e-tests
The note is not necessary anymore now that Mark Lapierre suggested a better test description, and it was already applied.
-rw-r--r--qa/docs/WRITING_TESTS_FROM_SCRATCH.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/docs/WRITING_TESTS_FROM_SCRATCH.md b/qa/docs/WRITING_TESTS_FROM_SCRATCH.md
index 02a0ce6d049..a6daffc964e 100644
--- a/qa/docs/WRITING_TESTS_FROM_SCRATCH.md
+++ b/qa/docs/WRITING_TESTS_FROM_SCRATCH.md
@@ -84,8 +84,6 @@ module QA
end
```
-> It was hard to find a short description for the first test. Ideas are welcome!
-
### 3. Test cases MVC
For the [MVC](https://about.gitlab.com/handbook/values/#minimum-viable-change-mvc) of our test cases, let's say that we already have the application in the state needed for the tests, and then let's focus on the logic of the test cases only.