summaryrefslogtreecommitdiff
path: root/qa/qa/specs
Commit message (Collapse)AuthorAgeFilesLines
* Remove test from quarantineqa-unquarantine-diff-patch-testMark Lapierre2019-08-121-2/+1
|
* Merge branch 'qa-ml-fix-file-size-test' into 'master'Walmyr2019-08-011-6/+28
|\ | | | | | | | | | | | | Fix push file size test Closes gitlab-org/quality/nightly#113 See merge request gitlab-org/gitlab-ce!31321
| * Fix push file size testqa-ml-fix-file-size-testMark Lapierre2019-07-311-6/+28
| | | | | | | | And remove it from quarantine
* | Quarantine flaky e2e testqa-quarantine-github-oauth-testMark Lapierre2019-08-011-1/+2
|/
* Add retry on exception to mattermost loginqa-mattermost-spec-retryDesiree Chevalier2019-07-291-4/+6
|
* Move create group with mattermost spec to correct dirqa-sl-move-mattermost-group-specSanad Liaquat2019-07-261-0/+0
|
* Replace homepage visit stepsl-qa-staging-65-fix-correct-page-issueSanad Liaquat2019-07-231-2/+2
|
* Temporarily remove the before block to capture screenshotsSanad Liaquat2019-07-231-3/+1
|
* Ensure test is on login pageSanad Liaquat2019-07-231-0/+2
|
* Merge branch 'sl-qa-staging-65-fix-check-mentions-for-xss-spec' into 'master'Ramya Authappan2019-07-221-2/+12
|\ | | | | | | | | | | | | Updates check_mentions_for_xss_spec to use admin token for creating the user Closes gitlab-org/quality/staging#65 See merge request gitlab-org/gitlab-ce!30943
| * Create user as adminsl-qa-staging-65-fix-check-mentions-for-xss-specSanad Liaquat2019-07-191-2/+12
| |
* | Standardize Page Objects use on CE Plan Testsqa/standardize-page-objects-use-on-ce-plan-testsWalmyr Lima2019-07-205-37/+37
| | | | | | | | | | | | | | | | This is a first iteration to address the following issue: https://gitlab.com/gitlab-org/quality/team-tasks/issues/168 Note: depends on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30945
* | Merge branch 'qa/refactor-e2e-test' into 'master'64403-remove-node-polyfills-in-webpackDan Davison2019-07-191-11/+12
|\ \ | | | | | | | | | | | | Refactor collapse issue comments end-to-end test See merge request gitlab-org/gitlab-ce!30902
| * | Refactor collapse comments end-to-end testqa/refactor-e2e-testWalmyr Lima2019-07-191-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | To: - Better separate scopes (pre-conditions on before, tests on it) - Remove unnecessary expectation - Replace other unnecessary expectations by page.assert_text - Move variables closer to where they're used
* | | Refactor create issue end-to-end testqa/refactor-create-issue-e2e-testWalmyr Lima2019-07-191-12/+16
| |/ |/| | | | | | | | | | | This refactor: - Moves the tests pre-conditions to a before blocks - Creates an issue via the api for the second test to improve the test suite performance
* | Merge branch 'qa/better-scope-one-more-test' into 'master'Sanad Liaquat2019-07-191-1/+3
|\ \ | | | | | | | | | | | | Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30897
| * | Better scope end-to-end testqa/better-scope-one-more-testWalmyr Lima2019-07-181-1/+3
| |/ | | | | | | | | Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
* | Merge branch 'qa/better-scope-another-test' into 'master'Sanad Liaquat2019-07-191-3/+3
|\ \ | | | | | | | | | | | | Better scope another end-to-end test See merge request gitlab-org/gitlab-ce!30896
| * | Better scope end-to-end testqa/better-scope-another-testWalmyr Lima2019-07-181-3/+3
| |/ | | | | | | | | | | Move test pre-conditions to before block, remove unnecessary expectation, and leave only the test steps and verifications in the it block.
* | Merge branch 'sl-qa-staging-66-quarantine-failing-spec' into 'master'Sanad Liaquat2019-07-191-1/+2
|\ \ | | | | | | | | | | | | Quarantine failing "rebase_merge_request_spec.rb" See merge request gitlab-org/gitlab-ce!30933
| * | Quarantine failing specsl-qa-staging-66-quarantine-failing-specSanad Liaquat2019-07-191-1/+2
| |/
* | Merge branch 'qa/better-scode-test' into 'master'Walmyr2019-07-191-1/+3
|\ \ | | | | | | | | | | | | Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30895
| * | Better scope end-to-end testqa/better-scode-testWalmyr Lima2019-07-181-1/+3
| |/ | | | | | | | | Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
* | Refactor check mentions for xss testqa/refactor-check-mentions-for-xss-specWalmyr Lima2019-07-181-4/+4
|/ | | | | | | The refactor consists in: - Better scopping preconditions and the test definition - Removing a variable that was being used in a single palce, and use the string directly instead.
* Refactor all existing usages of .actDan Davison2019-07-1815-26/+26
| | | | | Replace any occurance of .act with the preferred method .perform
* Unquarantine object storage testMark Lapierre2019-07-181-2/+1
| | | | | --compat mode in Minio is now enabled so this test should pass See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
* Unquarantine Add Deploy Key testDesiree Chevalier2019-07-151-2/+1
|
* Unquarantine previously failing autodevops specddavison2019-07-121-2/+1
| | | | | | | create_project_with_auto_devops_spec.rb # runs autodevops was previous failing This previously failing test has passed consecutively
* Fix page refresh in retry_untilqa-nightly-115-fix-retry-untilSanad Liaquat2019-07-121-1/+1
|
* Merge branch 'qa/shorten-test-description' into 'master'Dan Davison2019-07-111-1/+1
|\ | | | | | | | | Shorten test description See merge request gitlab-org/gitlab-ce!30638
| * Shorten test descriptionqa/shorten-test-descriptionWalmyr Lima2019-07-111-1/+1
| |
* | Merge branch 'qa/explicitly-create-resources-via-api' into 'master'Dan Davison2019-07-111-2/+2
|\ \ | | | | | | | | | | | | Explicitly create resources via the API See merge request gitlab-org/gitlab-ce!30639
| * | Explicitly create resources via the APIqa/explicitly-create-resources-via-apiWalmyr Lima2019-07-111-2/+2
| |/
* | Merge branch 'qa/explicitly-create-resources-via-browser-ui' into 'master'Dan Davison2019-07-111-1/+1
|\ \ | | | | | | | | | | | | Explicitly create resource via browser ui See merge request gitlab-org/gitlab-ce!30640
| * | Explicitly create resource via browser uiqa/explicitly-create-resources-via-browser-uiWalmyr Lima2019-07-111-1/+1
| |/
* | Add new e2e test for adding and editing commentsqa/e2e-test-issue-commentWalmyr Lima2019-07-111-0/+31
|/ | | | ...on issues.
* Merge branch 'sl-stablise-basic-login-spec' into 'master'Dan Davison2019-07-101-2/+4
|\ | | | | | | | | | | | | Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446
| * Revert to using retry_untilsl-stablise-basic-login-specSanad Liaquat2019-07-091-1/+3
| |
| * Use retry on exceptionSanad Liaquat2019-07-091-3/+1
| |
| * Retry sign out if unsuccessfulSanad Liaquat2019-07-091-2/+4
| | | | | | | | Also extract retry_until into qa/qa/support/retrier.rb
* | Merge branch 'qa/be-explicit-when-fabricating-resources-via-api' into 'master'Sanad Liaquat2019-07-102-4/+4
|\ \ | | | | | | | | | | | | Make tests explicitly fabricate resources via the API See merge request gitlab-org/gitlab-ce!30515
| * | Make tests explicitly fabricate resources via APIqa/be-explicit-when-fabricating-resources-via-apiWalmyr Lima2019-07-092-4/+4
| | |
* | | Run tests in parallel via parallel_testsMark Lapierre2019-07-092-23/+68
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Uses the parallel_tests gem to execute tests in multiple processes simultaneously on the same machine. Adds the `--parallel` CLI option that instructs the QA framework to use the parallel_tests executable. Tests need access to global state contained in `Runtime::Scenario` so when `--parallel` is invoked `Runtime::Scenario` is serialized to an environment variable, which is passed to parallel_tests, and then deserialized in `spec_helper`.
* | Quarantine failing testMark Lapierre2019-07-091-1/+2
|/
* Merge branch 'qa-autodevops-disable-jobs' into 'master'Dan Davison2019-07-081-8/+47
|\ | | | | | | | | Disable parts of the QA AutoDevOps Pipeline See merge request gitlab-org/gitlab-ce!30427
| * Disable parts of the AutoDevOps Pipelineddavison2019-07-081-8/+47
| | | | | | | | | | | | | | Jobs Disabled: Code-Quality, DAST, Container-Scanning, Dependency-Scanning, License-Management, SAST Jobs still enabled: Build, Test, Deploy, Browser-Performance-Testing
* | Refactor end-to-end testqa/refactor-plan-issues-check-mentions-for-xss-specWalmyr Lima2019-07-051-3/+4
|/ | | | | | - to be explicit when fabricating resources via API or browser UI - and to improve test speed by fabricating some resources via API instead of via the GUI.
* Revert "Merge branch 'qa-quarantine-failing-push-mirror-repo-spec' into ↵Mark Lapierre2019-07-051-2/+1
| | | | | 'master'" This reverts merge request !25590
* Merge branch 'qa-dequarantine-create-merge_request' into 'master'Ramya Authappan2019-07-041-2/+1
|\ | | | | | | | | | | | | Removing Quarantine tag for Create Closes gitlab-org/quality/staging#47 See merge request gitlab-org/gitlab-ce!30340
| * Removing Quarantine tag after testingTomislav Nikic2019-07-041-2/+1
| | | | | | | | | | | | Tested the two tests inside the suite, both passed and thus are being dequarantined.