summaryrefslogtreecommitdiff
path: root/qa/qa/page
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize menu filesqa-60-reorganize-menu-classes-squash-trysliaquat2018-10-096-13/+21
| | | | | | | | | | | | Add missed files Use correct method Implement review feedback Add missing frozen_string_literal Squash 5 commits
* Add a QA spec for RBAC cluster and auto devopsDylan Griffith2018-10-041-0/+5
| | | | This fails now because we have not yet implemented support for this
* Merge branch 'ce-7763-failure-in-geo-rb' into 'master'Douglas Barbosa Alexandre2018-10-026-47/+90
|\ | | | | | | | | [QA] Improve admin hashed-storage settings See merge request gitlab-org/gitlab-ce!22045
| * [QA] Improve admin hashed-storage settingsRémy Coutable2018-10-026-47/+90
| | | | | | | | | | | | | | | | | | | | This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | 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.
* 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-252-3/+8
|\ \ | | | | | | | | | | | | 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-252-3/+8
| |/ | | | | | | | | | | | | | | | | `.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-242-6/+27
|/ | | | | 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-115-7/+34
| |\
| * \ merge master and resolve conflictsMartin Wortschack2018-09-068-15/+54
| |\ \
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+0
| | | |
| * | | fix qa selectorMartin Wortschack2018-09-051-2/+3
| | | |
* | | | [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-173-1/+43
|\ \ \ \ | |/ / / |/| | | | | | | | | | | 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-153-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Enable signing in as admin when adding a licenseMark Lapierre2018-09-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 '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 'qa-change-sanity-failing-to-sanity-framework' into 'master'Grzegorz Bizon2018-09-071-2/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [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-061-2/+10
| | |_|/ | |/| | | | | | | | | | 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-054-10/+43
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | [QA] Move Page::Shared::ClonePanel to Page::Component::ClonePanelRémy Coutable2018-09-034-3/+9
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* [QA] Require Pathname in qa/qa/page/view.rbRémy Coutable2018-08-301-1/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use slugs for default project path and sanitize names before importStan Hu2018-08-241-1/+1
| | | | | | | | | Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
* Merge branch '49179-fill-with-js-directly-qa' into 'master'Grzegorz Bizon2018-08-211-1/+7
|\ | | | | | | | | | | | | Resolve "[QA] Automation Triage 11.1.0 RC9 - Filling textarea with deploy key timeouts sometime" Closes #49179 See merge request gitlab-org/gitlab-ce!21258
| * Fill variable text with JS directly to speed up49179-fill-with-js-directly-qaLin Jen-Shin2018-08-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's too slow to use `set(value)`, often timing out. Filling with JS is much faster for longer text, especially when the key size is larger than 8192. Before this patch: ``` Top 3 slowest examples (256.83 seconds, 89.4% of total time): cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines 161.26 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines 47.79 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::ED25519() to clone code using pipelines 47.79 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 ``` Note that 161.26 was timed out. So it would actually take longer if it could ever complete. After patch: ``` Top 3 slowest examples (166.72 seconds, 83.8% of total time): cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines 83.66 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines 42.78 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 cloning code using a deploy key user sets up a deploy key with QA::Runtime::Key::ED25519() to clone code using pipelines 40.27 seconds ./qa/specs/features/project/deploy_key_clone_spec.rb:42 ``` Not that faster for smaller keys, but it's much faster for RSA 8192 (2 times faster). This was inspired from: https://github.com/teamcapybara/capybara/blob/679548cea10773d45e32808f4d964377cfe5e892/lib/capybara/selenium/node.rb#L217 Where it's clearing the field by filling an empty string. Here we do the same for the exact value we want to fill.
* | [QA] Improve the fork scenario to take a username and password instead of ↵qa-staging-2Rémy Coutable2018-08-202-13/+24
|/ | | | | | | | always creating a new user Fixes https://gitlab.com/gitlab-org/quality/staging/issues/2. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'ce-5666-backport' into 'master'Yorick Peterse2018-08-071-1/+1
|\ | | | | | | | | CE port of "List groups with developer maintainer access on project creation" See merge request gitlab-org/gitlab-ce!21051
| * CE port of "List groups with developer maintainer access on project creation"Imre Farkas2018-08-071-1/+1
| |
* | Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-0/+1
|/
* Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-3/+3
|
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov2018-08-031-2/+2
| | | | to "for all new and renamed projects""
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-1/+0
| | | This reverts merge request !20801
* Fix race condition in auto devops QA spec: ensure we wait for Install button ↵Dylan Griffith2018-07-301-0/+1
| | | | to appear
* i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-232-4/+4
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵Rémy Coutable2018-07-181-1/+1
| | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me>