An error occurred fetching the project authors.
- 14 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
-
- 07 May, 2019 1 commit
-
-
Mark Lapierre authored
Uses the branch_name element to find a branch with a specific name, instead of using a dynamic CSS class that can't be validated by the sanity selector test
-
- 25 Feb, 2019 1 commit
-
-
Sanad Liaquat authored
Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug.
-
- 11 Feb, 2019 1 commit
-
-
Mark Lapierre authored
-
- 29 Jan, 2019 1 commit
-
-
Andrew Newdigate authored
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
-
- 25 Jan, 2019 1 commit
-
-
Mark Lapierre authored
Sometimes add_list_delete_branches_spec.rb would not wait after deleting a branch before checking that the branch was done. It would fail when the UI was still processing. This checks that the loading icon is gone before returning from delete_branch. It also makes sure credentials are added properly after recent changes to QA::Git::Repository
-
- 07 Jan, 2019 1 commit
-
-
Mark Lapierre authored
Wait for the "Commit..." button to disappear and the "Stage & Commit" button to appear before clicking the latter button. The animation that is shown while changing the buttons must complete before clicking "Stage & Commit" will have any effect _even if_ the button is visible before the animation is complete.
-
- 28 Dec, 2018 1 commit
-
-
Mark Lapierre authored
-
- 20 Dec, 2018 1 commit
-
-
Mark Lapierre authored
Add new page object methods from EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8937
-
- 25 Oct, 2018 1 commit
-
-
Mark Lapierre authored
-
- 19 Oct, 2018 1 commit
-
-
Mark Lapierre authored
Override page object methods to log the actions taken by the methods before or after the action, as appropriate. Allow page object action logging to be turned on via a QA_DEBUG env var. Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG is false by default. QA_DEBUG is used instead of just DEBUG because that enables Selenium debug logging. Mask passwords entered into fields with a QA selector with 'password' in the name. Doesn't mask sensitive data entered into any other field.
-