Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-14Reduce the CE/EE diff under qa/Rémy Coutable
2019-07-18Refactor common Page Objects to use data tagsDan Davison
2019-07-18Refactor all existing usages of .actDan Davison
2019-05-20Implement dynamic validation on QA Pagesddavison
2019-04-12Add frozen_string_literal to qa/Thong Kuah
2019-02-14Move server responding check to scenario before hookMark Lapierre
2019-02-07Wait for login page to load at the beginning of QA suiteSanad Liaquat
2019-02-01Add e2e QA test for logging in using GitHub OAuthSanad Liaquat
2018-12-26[CE] Speed up login page usageMark Lapierre
2018-11-05Rename QA::Factory to QA::ResourceLin Jen-Shin
2018-10-11Initial commitSanad Liaquat
2018-10-09Reorganize menu filessliaquat
2018-09-27Set initial password if promptedMark Lapierre
2018-09-24Allow registration when LDAP is enabledMark Lapierre
2018-09-18[QA] consolidate selector patterns (1_manage/login)Dan Davison
2018-09-17Fix: set initial password even if using admin credentialsMark Lapierre
2018-09-11Enable signing in as admin when adding a licenseMark Lapierre
2018-09-09Fix LDAP QA specs failing due to button changeStan Hu
2018-09-06[QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable
2018-08-20[QA] Improve the fork scenario to take a username and password instead of alw...Rémy Coutable
2018-07-12Adding spec to test basic forking functionalitiesMykhailo Formus
2018-06-19Make Page::Main::Login#sign_in_using_credentials gracefully bail out when use...Rémy Coutable
2018-02-15Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAStan Hu
2018-02-11GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. standa...Stan Hu
2018-02-09Set initial password for instance in LDAP QA testStan Hu
2018-02-07Address review comments for LDAP QA testStan Hu
2018-02-05Add QA specs for LDAP loginStan Hu
2018-01-26Fix intermittent click errorMichael Kozono
2018-01-20Remove the wait time for the login form checkRobert Speicher
2018-01-09Add QA login page views / selectors definitionGrzegorz Bizon
2017-12-07Decouple subject's address from page objects in QAGrzegorz Bizon
2017-11-19Make QA runtime browser an actable objectGrzegorz Bizon
2017-11-17Use QA browser to navigate to pages and handle sessionsGrzegorz Bizon
2017-11-10Change Page::Main::Entry to only visit an entrypoint and introduce Page::Main...Rémy Coutable