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
path: root/qa
AgeCommit message (Collapse)Author
2018-01-20Remove the wait time for the login form checkRobert Speicher
The "Change your password" text is either on the page or it isn't. There's no benefit to using Capybara's default waiting behavior here, as it will never load in via AJAX, for example.
2018-01-16Try to match more aggressivelyLin Jen-Shin
2018-01-15Add view elements to deploy keys pagesLin Jen-Shin
2018-01-12Add a note about GitLab QA page objects validator to docsGrzegorz Bizon
2018-01-11Merge branch 'qa/gb/define-project-pages-selectors' into 'master'Rémy Coutable
Define QA project pages views / selectors See merge request gitlab-org/gitlab-ce!16391
2018-01-11Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master'Rémy Coutable
Make it possible to populate QA factory product with a data from a browser See merge request gitlab-org/gitlab-ce!16384
2018-01-11Merge branch 'docs/qa/document-qa-page-objects' into 'master'Rémy Coutable
Add docs about QA page objects and pages DSL See merge request gitlab-org/gitlab-ce!16357
2018-01-11Add selectors coupling for QA project show page objectGrzegorz Bizon
2018-01-11Fix path to QA new project page object viewGrzegorz Bizon
2018-01-11Copy-edit docs about GitLab QA page objectsGrzegorz Bizon
2018-01-11Use full QA sandbox group path when creating a projectGrzegorz Bizon
2018-01-11Define QA project pages views / selectorsGrzegorz Bizon
2018-01-11Populate QA project factory product with project nameGrzegorz Bizon
2018-01-11Populate QA factory product with data from a pageGrzegorz Bizon
2018-01-11Make it possible to define QA factory product attributesGrzegorz Bizon
2018-01-11Add a DSL evaluator to QA base factory classGrzegorz Bizon
2018-01-11Add link to QA page objects docs from main READMEGrzegorz Bizon
2018-01-10Add docs about QA page objects and pages DSLGrzegorz Bizon
2018-01-10Fix using wrong `Your projects` link in QA testsGrzegorz Bizon
2018-01-10Expect QA selectors validation at least onceGrzegorz Bizon
We call it for a second time in EE.
2018-01-10Fix few typos in QA selectors validation codeGrzegorz Bizon
2018-01-10Add temporary views coupling to all QA page objectsGrzegorz Bizon
2018-01-10Use `warn` instead of `$stderr.puts` in QA selectors testGrzegorz Bizon
2018-01-10Fix QA selector class used to click on QA elementsGrzegorz Bizon
2018-01-09Add QA views / selectors coupling to group/project pagesGrzegorz Bizon
2018-01-09Add QA selectors coupling with sidebar menuGrzegorz Bizon
2018-01-09Add tests for QA test selectors sanity scenarioGrzegorz Bizon
2018-01-09Reduce duplication in QA page elements-related codeGrzegorz Bizon
2018-01-09Add QA page views / elements couling with the menuGrzegorz Bizon
2018-01-09Add QA login page views / selectors definitionGrzegorz Bizon
2018-01-09Fux Rubocop offense by freezeing consts in QA testGrzegorz Bizon
2018-01-09Copy edit QA selectors sanity test failure messageGrzegorz Bizon
2018-01-09Use array literal in QA page validation classGrzegorz Bizon
2018-01-09Improve QA sanity selectors test output messageGrzegorz Bizon
2018-01-09Fix QA pages validation delegation and memoizationGrzegorz Bizon
2018-01-09Add QA error when page class has no views definedGrzegorz Bizon
2018-01-09Fix rubocop offense in QA page element classGrzegorz Bizon
2018-01-09Implement QA pages and views validatorGrzegorz Bizon
2018-01-09Make it possible to define a QA-specific page elementGrzegorz Bizon
2018-01-09Merge branch 'master' into qa/gb/validate-qa-selectorsGrzegorz Bizon
* master: (429 commits)
2018-01-08Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"Brett Walker
2018-01-03Use heredoc for long strings so it's easier to readLin Jen-Shin
2018-01-02Use heredoc so it's more clearLin Jen-Shin
2018-01-02Put all menus under menu moduleLin Jen-Shin
2018-01-02Introduce common project settings and just putLin Jen-Shin
everything in the scenario without a before block.
2018-01-02Introduce Factory::Resource::DeployKeyLin Jen-Shin
2018-01-02Introduce expand_deploy_keysLin Jen-Shin
2018-01-02Introduce Menu::SideLin Jen-Shin
2017-12-28Just add a new class to locate the expand buttonLin Jen-Shin
2017-12-28Update descriptions and names based on feedbackLin Jen-Shin