summaryrefslogtreecommitdiff
path: root/qa/qa
Commit message (Expand)AuthorAgeFilesLines
* Try to match more aggressivelyqa-add-deploy-key-view-elementsLin Jen-Shin2018-01-161-2/+3
* Add view elements to deploy keys pagesLin Jen-Shin2018-01-153-15/+18
* Merge branch 'qa/gb/define-project-pages-selectors' into 'master'Rémy Coutable2018-01-113-16/+28
|\
| * Add selectors coupling for QA project show page objectqa/gb/define-project-pages-selectorsGrzegorz Bizon2018-01-111-8/+14
| * Fix path to QA new project page object viewGrzegorz Bizon2018-01-111-1/+1
| * Use full QA sandbox group path when creating a projectGrzegorz Bizon2018-01-112-1/+5
| * Define QA project pages views / selectorsGrzegorz Bizon2018-01-111-8/+10
* | Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master'Rémy Coutable2018-01-114-16/+50
|\ \
| * | Populate QA project factory product with project namefeature/qa/gb/populate-qa-factories-with-dataGrzegorz Bizon2018-01-112-1/+7
| * | Populate QA factory product with data from a pageGrzegorz Bizon2018-01-112-8/+11
| * | Make it possible to define QA factory product attributesGrzegorz Bizon2018-01-112-2/+12
| * | Add a DSL evaluator to QA base factory classGrzegorz Bizon2018-01-111-7/+22
* | | Merge branch 'docs/qa/document-qa-page-objects' into 'master'Rémy Coutable2018-01-111-0/+112
|\ \ \ | |_|/ |/| |
| * | Copy-edit docs about GitLab QA page objectsdocs/qa/document-qa-page-objectsGrzegorz Bizon2018-01-111-13/+13
| * | Add docs about QA page objects and pages DSLGrzegorz Bizon2018-01-101-0/+112
| |/
* | Fix using wrong `Your projects` link in QA testsqa/gb/validate-qa-selectorsGrzegorz Bizon2018-01-101-1/+5
* | Fix few typos in QA selectors validation codeGrzegorz Bizon2018-01-101-1/+1
* | Add temporary views coupling to all QA page objectsGrzegorz Bizon2018-01-1010-0/+65
* | Use `warn` instead of `$stderr.puts` in QA selectors testGrzegorz Bizon2018-01-101-2/+2
* | Fix QA selector class used to click on QA elementsGrzegorz Bizon2018-01-102-1/+5
* | Add QA views / selectors coupling to group/project pagesGrzegorz Bizon2018-01-094-1/+23
* | Add QA selectors coupling with sidebar menuGrzegorz Bizon2018-01-091-1/+7
* | Add tests for QA test selectors sanity scenarioGrzegorz Bizon2018-01-091-2/+2
* | Reduce duplication in QA page elements-related codeGrzegorz Bizon2018-01-093-3/+7
* | Add QA page views / elements couling with the menuGrzegorz Bizon2018-01-093-7/+32
* | Add QA login page views / selectors definitionGrzegorz Bizon2018-01-093-6/+14
* | Fux Rubocop offense by freezeing consts in QA testGrzegorz Bizon2018-01-091-2/+2
* | Copy edit QA selectors sanity test failure messageGrzegorz Bizon2018-01-091-6/+6
* | Use array literal in QA page validation classGrzegorz Bizon2018-01-091-1/+1
* | Improve QA sanity selectors test output messageGrzegorz Bizon2018-01-094-2/+39
* | Fix QA pages validation delegation and memoizationGrzegorz Bizon2018-01-093-8/+5
* | Add QA error when page class has no views definedGrzegorz Bizon2018-01-093-6/+19
* | Fix rubocop offense in QA page element classGrzegorz Bizon2018-01-091-1/+1
* | Implement QA pages and views validatorGrzegorz Bizon2018-01-091-0/+51
* | Make it possible to define a QA-specific page elementGrzegorz Bizon2018-01-092-10/+11
* | Merge branch 'master' into qa/gb/validate-qa-selectorsGrzegorz Bizon2018-01-0915-17/+213
|\ \ | |/
| * Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"Brett Walker2018-01-082-7/+49
| * Use heredoc for long strings so it's easier to readuse-heredoc-for-keysLin Jen-Shin2018-01-031-7/+7
| * Use heredoc so it's more clearLin Jen-Shin2018-01-021-6/+8
| * Put all menus under menu moduleLin Jen-Shin2018-01-026-10/+10
| * Introduce common project settings and just putLin Jen-Shin2018-01-023-16/+23
| * Introduce Factory::Resource::DeployKeyLin Jen-Shin2018-01-022-16/+34
| * Introduce expand_deploy_keysLin Jen-Shin2018-01-023-18/+26
| * Introduce Menu::SideLin Jen-Shin2018-01-023-21/+30
| * Just add a new class to locate the expand buttonLin Jen-Shin2017-12-281-5/+1
| * Update descriptions and names based on feedbackLin Jen-Shin2017-12-281-7/+7
| * Rename DeployKey to DeployKeysLin Jen-Shin2017-12-282-3/+3
| * QA: Add a scenario for adding a deploy keyLin Jen-Shin2017-12-285-0/+114
* | Append page validation error if view partial is missingGrzegorz Bizon2017-12-221-1/+5
* | Use composite pattern to return page view errorsGrzegorz Bizon2017-12-224-29/+10