summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Don't check for the groups list before filteringMark Lapierre2018-10-011-32/+6
| | | | | | | Filter immediately because the page is going to reload anyway. And don't check for the loading indicator because it the groups list tree container appears after it disappears.
* Optimize groups filterMark Lapierre2018-09-283-13/+41
| | | | | | | When searching for a group, submit a request that returns only the filtered list of groups. This makes the state of the page more reliable because it avoids having to wait for the list of groups to dynamically refresh.
* Merge branch 'qa-fix-sanity-framework-test' into 'master'Douglas Barbosa Alexandre2018-09-271-3/+1
|\ | | | | | | | | Fix a sanity framework test See merge request gitlab-org/gitlab-ce!21956
| * Fix a sanity framework testqa-fix-sanity-framework-testRémy Coutable2018-09-271-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On first load, the login page displays the "Change your password" tab, not the "Sign in" tab. We now assert on the presence of a text that's always on this page. Note that in EE, since a license is added in the `#perform_before_hooks` method, the password is changed so that when we visit the login page, the "Sign in" tab is displayed as expected. That's why only the CE job failed to pass in https://gitlab.com/gitlab-org/gitlab-qa/pipelines/31060920. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Set initial password if promptedqa-fix-register-spec-failureMark Lapierre2018-09-271-0/+1
|/ | | | | Fabricating a user might be the first action in the first test. If so, set the initial password
* Refactor EventFilter and increase its test coverage1801-allow-event_filter-to-be-set-in-the-urlRémy Coutable2018-09-261-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '51893-qa-fix-project-subgroup-dropdown-selector' into 'master'Rémy Coutable2018-09-261-20/+15
|\ | | | | | | | | | | | | Update selectors for QA::Page::Group::Show Closes #51893 See merge request gitlab-org/gitlab-ce!21925
| * Update selectors for QA::Page::Group::ShowMark Lapierre2018-09-261-20/+15
| |
* | Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes2018-09-261-1/+1
|\ \ | |/ |/| | | | | Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
| * Rename squash before merge vue componentGeorge Tsiolis2018-09-211-1/+1
| |
* | Merge branch '51316-qa-fix-transient-fork-spec-failure' into 'master'Rémy Coutable2018-09-253-4/+44
|\ \ | | | | | | | | | | | | Troubleshoot "Transient failure in qa/specs/features/project/fork_project_spec.rb" See merge request gitlab-org/gitlab-ce!21858
| * | Assert successful sign in after registration51316-qa-fix-transient-fork-spec-failureMark Lapierre2018-09-253-4/+44
| |/ | | | | | | | | | | | | | | | | `.has_personal_area?` waits for sign in but does not ensure that it's successful. Raise an exception if not successful so we can capture a screenshot at the point of failure Adds a workaround and code to help troubleshoot why a new user doesn't stay signed in after loading a project page.
* | Allow registration when LDAP is enabledml-qa-register-ldapMark Lapierre2018-09-244-7/+61
|/ | | | | Update the login page object and related code so that a user can be registered when LDAP is enabled
* QA: Fix failure in merge_merge_request_from_fork_spec.rbMark Lapierre2018-09-201-2/+18
|
* Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-201-2/+2
|\ | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * merge master and resolve conflictsMartin Wortschack2018-09-1118-95/+138
| |\
| * \ merge master and resolve conflictsMartin Wortschack2018-09-0630-135/+285
| |\ \
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+0
| | | |
| * | | fix qa selectorMartin Wortschack2018-09-051-2/+3
| | | |
* | | | Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | [QA] consolidate selector patterns (1_manage/login)Dan Davison2018-09-181-26/+26
| | | |
* | | | Merge branch 'ml-fix-initial-admin-password' into 'master'Robert Speicher2018-09-171-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | QA: Fix: set initial password even if using admin credentials See merge request gitlab-org/gitlab-ce!21785
| * | | | Fix: set initial password even if using admin credentialsMark Lapierre2018-09-171-0/+2
| | | | |
* | | | | Merge branch 'ml-qa-spec-use-ssh-key' into 'master'Robert Speicher2018-09-1712-13/+228
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
| * | | | Add an SSH key and use it to clone and pushMark Lapierre2018-09-1512-13/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds 2 end-to-end tests: 1. Add and remove an SSH key 2. Add an SSH key and use it to clone and push Includes changes to factories to allow Git actions via SSH
* | | | | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
| | | | |
* | | | | Prevent ADO failing prematurelyMayra Cabrera2018-09-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures code_quality job in Auto DevOps pipeline is disabled, as it takes too long and times out the test. Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/323
* | | | | Merge branch 'sh-test-ldap-clones-via-gitlab-qa' into 'master'Grzegorz Bizon2018-09-114-5/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | QA: Add support for testing Git over HTTP with LDAP users See merge request gitlab-org/gitlab-ce!21354
| * | | | Merge branch 'master' into sh-test-ldap-clones-via-gitlab-qaStan Hu2018-08-2959-901/+1048
| |\ \ \ \
| * | | | | Add support for testing Git over HTTP with LDAP usersStan Hu2018-08-224-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | This would have helped catch https://gitlab.com/gitlab-org/gitlab-ce/issues/50579.
* | | | | | Enable signing in as admin when adding a licenseMark Lapierre2018-09-106-49/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to use admin credentials to add a license so that when testing an LDAP user on EE the LDAP user does not have to be an admin. Admin credentials default to GDK's root user. Can be overriden via ADMIN_USERNAME and ADMIN_PASSWORD environment variables.
* | | | | | Merge branch 'qa-fix-specs-runner-when-args-given' into 'master'Rémy Coutable2018-09-102-21/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Fix arguments passed to RSpec::Core::Runner See merge request gitlab-org/gitlab-ce!21578
| * | | | | | [QA] Fix arguments passed to RSpec::Core::RunnerRémy Coutable2018-09-072-21/+46
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When -t or --tag are passed, we shouldn't exclude the :orchestrated tag - When test path is passed, we shouldn't append the default test path Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'sh-fix-ldap-qa' into 'master'Rémy Coutable2018-09-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix LDAP QA specs failing due to button change See merge request gitlab-org/gitlab-ce!21622
| * | | | | | Fix LDAP QA specs failing due to button changeStan Hu2018-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LDAP tab is no longer a button, but is now a link. Update the QA page to check for a link.
* | | | | | | Fix QA builds failing due to change in new project page behaviorStan Hu2018-09-081-1/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21386 re-introduced the explicit creation of the project name separate from the project path. Filling in the name does automatically populate the path, but the reverse is not true. We now fill in the name instead of the path. Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/322
* | | | | | Merge branch '51180-update-ffi-to-1.9.25' into 'master'Robert Speicher2018-09-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ffi to 1.9.25 Closes #51180 See merge request gitlab-org/gitlab-ce!21561
| * | | | | | Update ffi to 1.9.25Takuya Noguchi2018-09-061-1/+1
| |/ / / / /
* | | | | | Merge branch 'qa-change-sanity-failing-to-sanity-framework' into 'master'Grzegorz Bizon2018-09-076-19/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Change Test::Sanity::Failing to Test::Sanity::Framework See merge request gitlab-org/gitlab-ce!21568
| * | | | | | [QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable2018-09-066-19/+43
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-073-4/+9
|/ / / / /
* | | | | Resolve "Improve project overview UI"Dennis Tang2018-09-061-2/+2
| | | | |
* | | | | [QA] Ensure groups filtering does not happen before the groups list is loadedRémy Coutable2018-09-056-20/+60
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch ↵Grzegorz Bizon2018-09-0514-101/+174
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50963-qa-orchestrated-tests-don-t-run-due-to-wrong-tag-filters-qa' into 'master' Resolve "[QA] Orchestrated tests don't run due to wrong tag filters" Closes #49654 and #50963 See merge request gitlab-org/gitlab-ce!21468
| * | | | [QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable2018-09-0414-101/+174
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '50930-update-rubyzip-to-1-2-2' into 'master'Robert Speicher2018-09-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update rubyzip gem to 1.2.2 (CVE-2018-1000544) Closes #50930 See merge request gitlab-org/gitlab-ce!21460
| * | | | Update rubyzip to 1.2.2 (CVE-2018-1000544)Takuya Noguchi2018-09-031-2/+2
| | | | |
* | | | | Merge branch 'qa-28' into 'master'Grzegorz Bizon2018-09-043-0/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Add a new Test::Sanity::Failing scenario that always fails Closes gitlab-qa#28 See merge request gitlab-org/gitlab-ce!21477
| * | | | | [QA] Add a new Test::Sanity::Failing scenario that always failsRémy Coutable2018-09-033-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch ↵Grzegorz Bizon2018-09-045-7/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50991-qa-page-shared-clonepanel-should-be-moved-to-page-component-clonepanel-qa' into 'master' Resolve "[QA] Page::Shared::ClonePanel should be moved to Page::Component::ClonePanel" Closes #50991 See merge request gitlab-org/gitlab-ce!21479