summaryrefslogtreecommitdiff
path: root/qa/qa/page/main
Commit message (Expand)AuthorAgeFilesLines
* Implement dynamic validation on QA Pagesddavison2019-05-202-18/+6
* Add frozen_string_literal to qa/frozen_string_literal_qaThong Kuah2019-04-132-0/+4
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-3/+3
* Add a new test to create a snippetRoman Verevkin2019-03-131-0/+5
* Move server responding check to scenario before hookMark Lapierre2019-02-141-0/+6
* Stablize select kind using retry_on_exceptionqa-nightly-72-stablize-select-kindSanad Liaquat2019-02-082-2/+2
* Wait for login page to load at the beginning of QA suiteSanad Liaquat2019-02-071-11/+3
* Add e2e QA test for logging in using GitHub OAuthSanad Liaquat2019-02-011-6/+12
* Use retry to stablize go_to_profile_settingsSanad Liaquat2019-01-281-2/+6
* [CE] Speed up login page usageMark Lapierre2018-12-262-8/+12
* Porting more changes from eeSanad Liaquat2018-11-261-0/+6
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-051-1/+1
* Merge branch 'qa-handle-sign-up-with-terms' into 'master'Nick Thomas2018-10-161-0/+3
|\
| * [QA] Handle sign-up when terms must be acceptedRémy Coutable2018-10-151-0/+3
* | Disable the QA/ElementWithPattern cop for existing offensesRémy Coutable2018-10-152-4/+4
|/
* Initial commitSanad Liaquat2018-10-111-0/+9
* Retry registration 3 times before failingMark Lapierre2018-10-102-17/+20
* Reorganize menu filesqa-60-reorganize-menu-classes-squash-trysliaquat2018-10-093-5/+100
* Set initial password if promptedqa-fix-register-spec-failureMark Lapierre2018-09-271-0/+1
* Merge branch '51316-qa-fix-transient-fork-spec-failure' into 'master'Rémy Coutable2018-09-251-1/+1
|\
| * Assert successful sign in after registration51316-qa-fix-transient-fork-spec-failureMark Lapierre2018-09-251-1/+1
* | Allow registration when LDAP is enabledml-qa-register-ldapMark Lapierre2018-09-241-6/+23
|/
* [QA] consolidate selector patterns (1_manage/login)Dan Davison2018-09-181-26/+26
* Fix: set initial password even if using admin credentialsMark Lapierre2018-09-171-0/+2
* Enable signing in as admin when adding a licenseMark Lapierre2018-09-101-0/+13
* Fix LDAP QA specs failing due to button changeStan Hu2018-09-081-1/+1
* [QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable2018-09-061-2/+10
* [QA] Improve the fork scenario to take a username and password instead of alw...qa-staging-2Rémy Coutable2018-08-202-13/+24
* i18n: externalize strings from 'app/views/doorkeeper'Tao Wang2018-07-131-1/+1
* Adding spec to test basic forking functionalitiesMykhailo Formus2018-07-122-2/+44
* Make Page::Main::Login#sign_in_using_credentials gracefully bail out when use...qa-improve-main-login-pageRémy Coutable2018-06-191-30/+35
* Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAsh-add-env-variables-for-ldap-qaStan Hu2018-02-141-2/+2
* GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. standa...sh-add-login-types-qaStan Hu2018-02-111-1/+9
* Set initial password for instance in LDAP QA testsh-ldap-set-first-password-qaStan Hu2018-02-081-9/+16
* Address review comments for LDAP QA testsh-add-ldap-qaStan Hu2018-02-061-0/+5
* Add QA specs for LDAP loginStan Hu2018-02-041-0/+17
* Fix intermittent click errorqa/mk-fix-element-is-not-clickable-at-pointMichael Kozono2018-01-261-2/+4
* Remove the wait time for the login form checkqa/rs-remove-login-waitRobert Speicher2018-01-191-7/+9
* Add QA page views / elements couling with the menuGrzegorz Bizon2018-01-091-0/+4
* Add QA login page views / selectors definitionGrzegorz Bizon2018-01-091-0/+12
* Put all menus under menu moduleLin Jen-Shin2018-01-021-50/+0
* Decouple subject's address from page objects in QAGrzegorz Bizon2017-12-071-2/+2
* Merge branch 'master' into qa/gb/selenium-handle-domain-sessionsGrzegorz Bizon2017-12-072-1/+19
|\
| * Backport QA code that belongs to CE from EE Geoqa/gb/backport-geo-integration-tests-commonsRémy Coutable2017-11-222-1/+19
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | Make QA runtime browser an actable objectGrzegorz Bizon2017-11-191-4/+4
* | Remove GitLab entry page class in QAGrzegorz Bizon2017-11-171-9/+0
* | Use QA browser to navigate to pages and handle sessionsGrzegorz Bizon2017-11-172-5/+9
* | WIP Handle domain sessions better in QA test scenarioGrzegorz Bizon2017-11-171-14/+2
|/
* Change Page::Main::Entry to only visit an entrypoint and introduce Page::Main...Rémy Coutable2017-11-102-14/+26