summaryrefslogtreecommitdiff
path: root/qa/qa/page/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-6/+32
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-4/+19
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-13/+31
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+11
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-10/+10
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-5/+20
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-0/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-0/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-6/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-5/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+26
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-27476GitLab Bot2019-12-161-8/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-021-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-4/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-6/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-2/+6
|
* QA: Prefer `flat_map` over `map` + `flatten`Peter Leitzen2019-07-221-2/+2
|
* Fix page refresh in retry_untilqa-nightly-115-fix-retry-untilSanad Liaquat2019-07-121-1/+1
|
* Retry sign out if unsuccessfulSanad Liaquat2019-07-091-12/+3
| | | | Also extract retry_until into qa/qa/support/retrier.rb
* Backport of EE changes from MR 13763Walmyr2019-06-141-0/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
* Fix Web IDE add template testMark Lapierre2019-06-051-2/+15
| | | | | | | | | 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
* Implement dynamic validation on QA Pagesddavison2019-05-201-1/+4
| | | | | | 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
* Add branch_name qa selectorqa-ml-fix-branches-testMark Lapierre2019-05-071-4/+4
| | | | | | 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
* Add QA test to download merge request patch/diffsLinda Dai2019-03-051-0/+4
|
* Update GitHub Import testSanad Liaquat2019-02-251-4/+4
| | | | | | 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.
* Refactor select_*_filter methodsSanad Liaquat2019-02-191-11/+6
| | | | | Also use refactor retry_on_excpetion and use it in select_*_filter methods
* Merge branch 'qa-nightly-72-stablize-select-kind' into 'master'Dan Davison2019-02-121-1/+16
|\ | | | | | | | | | | | | Stablize select_kind using retry_on_exception Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25027
| * Stablize select kind using retry_on_exceptionqa-nightly-72-stablize-select-kindSanad Liaquat2019-02-081-1/+16
| | | | | | | | | | Introduces retry_on_exception and renames with_retry to retry_unti so its purpose is clear in presense of retry_on_exception.
* | [CE] Improve `wait_for_push`Mark Lapierre2019-02-111-13/+4
|/
* Fix failing E2E testMark Lapierre2019-01-251-0/+4
| | | | | | | | | | | | 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
* Wait for Web IDE commit animationMark Lapierre2019-01-071-0/+8
| | | | | | | | 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.
* Make RBAC enabled default for new clustersDylan Griffith2019-01-041-0/+4
| | | | | Many changes were also made to tests that expected this to default to false.
* Merge branch 'qa-fix-select-activities' into 'master'Mark Lapierre2018-12-261-2/+2
|\ | | | | | | | | | | | | Using find_elements instead of all_elements Closes gitlab-org/quality/staging#18 See merge request gitlab-org/gitlab-ce!23977
| * Using find_elements instead of all_elementsat.ramya2018-12-211-2/+2
| |
* | [CE] Speed up login page usageMark Lapierre2018-12-261-2/+2
| |
* | Backport page object changes from EEMark Lapierre2018-12-201-0/+4
|/ | | | | Add new page object methods from EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8937
* Update tests and Resources to use new file buttonMark Lapierre2018-12-101-0/+4
| | | | | The 'Create new' dropdown is no longer available on a blank project so use the 'New file' button instead.