GitLab Bot
231a6ae572
Add latest changes from gitlab-org/gitlab@master
2021-12-15 15:15:54 +00:00
GitLab Bot
191020103b
Add latest changes from gitlab-org/gitlab@master
2021-11-04 09:12:56 +00:00
GitLab Bot
4905885126
Add latest changes from gitlab-org/gitlab@master
2021-08-03 18:10:02 +00:00
GitLab Bot
7ff2de7c12
Add latest changes from gitlab-org/gitlab@master
2021-03-05 00:09:24 +00:00
GitLab Bot
25eb713a7f
Add latest changes from gitlab-org/gitlab@master
2021-01-26 18:09:30 +00:00
GitLab Bot
dec7332357
Add latest changes from gitlab-org/gitlab@master
2021-01-07 18:10:38 +00:00
GitLab Bot
fa7ac2663b
Add latest changes from gitlab-org/gitlab@master
2020-06-24 06:09:01 +00:00
GitLab Bot
36497af2ff
Add latest changes from gitlab-org/gitlab@master
2020-06-17 06:08:43 +00:00
GitLab Bot
40d3d57413
Add latest changes from gitlab-org/gitlab@master
2019-09-13 18:06:03 +00:00
ddavison
015b61b1dc
Change element_with_pattern cop to not use quotes
...
Using quotes within string validations can be messy. Let's
use a typical CSS selector for an unquoted attribute
Update the cop spec to validate appropriate new message
2019-07-10 16:10:28 -07:00
ddavison
7d5b68d837
Implement dynamic validation on QA Pages
...
Elements now have the ability to be required on pages or not
Currently using the default wait mechanism
Altered the ElementWithPattern Cop to fit new splat for init
2019-05-20 12:35:51 -07:00
Rémy Coutable
02c47f2f73
Add a new QA::ElementWithPattern cop
...
This cop forbids the use of `element :foo, 'pattern'` and
`element :bar, /pattern/` in QA files.
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-15 14:28:03 +02:00