- 10 Dec, 2019 1 commit
-
-
Mark Lapierre authored
This reverts merge request !19541
-
- 02 Dec, 2019 1 commit
-
-
One of the improvements available in this version is better handling of unexpected alerts, which might help solve a problem we're facing See https://gitlab.com/gitlab-org/gitlab/issues/34551 And https://github.com/teamcapybara/capybara/pull/2150 Also updates capybara-screenshot too because the previous version wouldn't work with capybara 3.
-
- 21 Nov, 2019 1 commit
-
-
Remove unnecessary perform blocks
-
- 18 Nov, 2019 1 commit
-
-
Mark Lapierre authored
Also changes the API client to log out after creating an access token if it wasn't already logged in. This is so that it doesn't leave the browser logged in at the start of tests when they expect to be able to log in. For example, if a test is the first in the suite it will log in to create an access token. If that happens in a before(:context) block, the test will already be logged in, so an attempt to log in would fail.
-
- 04 Nov, 2019 1 commit
-
-
- 13 Sep, 2019 1 commit
-
-
Daniel Davison authored
Disable QA/AmbiguousPageObjectName cop for all offenses under QA
-
- 26 Aug, 2019 1 commit
-
-
Mark Lapierre authored
-
- 16 Aug, 2019 1 commit
- 27 Jun, 2019 1 commit
-
-
- 05 Jun, 2019 1 commit
-
-
Mark Lapierre authored
Wait for the new file modal to stop animating before clicking it We now need to click the commit button 3 times: 1. To enter commit mode 2. To being staging changes 3. To submit the commit
-
- 13 Mar, 2019 1 commit
-
-
Mark Lapierre authored
-
- 10 Dec, 2018 1 commit
-
-
Mark Lapierre authored
The 'Create new' dropdown is no longer available on a blank project so use the 'New file' button instead.
-
- 05 Nov, 2018 2 commits
-
-
Lin Jen-Shin authored
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
-
Lin Jen-Shin authored
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
-
- 22 Oct, 2018 1 commit
-
-
Michael Kozono authored
To avoid confusion with tags.
-
- 18 Oct, 2018 1 commit
-
-
Michael Kozono authored
To avoid confusion with tags.
-
- 17 Oct, 2018 2 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
- 10 Oct, 2018 2 commits
-
-
Rémy Coutable authored
The Menu namespace was changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22115 and https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7799. Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/22 . Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The Menu namespace was changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22115 and https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7799. Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/22 . Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 09 Oct, 2018 1 commit
-
-
Mark Lapierre authored
Adds tests that adds new files via file templates via the Files view and the Web IDE. Includes changes to page objects and associated code Fetches template content from the API rather than hardcoding strings that will need to be updated if the templates change. Some of the content is stored as flat files but we can't use them because they're not included in the docker images gitlab-qa uses.
-