summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/6_release
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-213-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-194-6/+6
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-205-26/+11
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-8/+16
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-2/+2
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-05-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-072-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-282-0/+243
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-192-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-042-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-6/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-5/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-033-6/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-4/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-1/+1
|
* Backport changes from EEce-backport-of-ml-web-terminal-spec-qaMark Lapierre2019-08-291-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8186
* Reduce the CE/EE diff under qa/qa-reduce-ce-ee-diff-in-qa-folderRémy Coutable2019-08-141-16/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor all existing usages of .actDan Davison2019-07-181-1/+1
| | | | | Replace any occurance of .act with the preferred method .perform
* Unquarantine Add Deploy Key testDesiree Chevalier2019-07-151-2/+1
|
* Explicitly create resource via browser uiqa/explicitly-create-resources-via-browser-uiWalmyr Lima2019-07-111-1/+1
|
* Be explicit about setting :maskedThong Kuah2019-05-271-0/+1
| | | | | | Only some values can be masked. Currently API defaults :masked to false and browser defaults :masked to true - resolve this ambiguity by requiring QA to be explicit about which value it requires for :masked.
* Replace comment by variableWalmyr2019-04-041-2/+2
| | | | | Instead of having a comment describing what a specific value is, better to have a variable with a meaningful name.
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-2/+2
| | | | | | | This MR addresses the following issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043 Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
* Refactor/simplify Auto DevOps QA specDylan Griffith2019-02-191-2/+0
|
* Fix waiting for spec failures in QA Build specsDylan Griffith2019-02-151-1/+3
| | | | | | | | The waiting logic on the build page was flaky or just not really working. Waiting for the spinner to not be present seemed to not work and we were regularly still seeing the spinner in our build failure screenshots (eg. https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/161759351 )
* [CE] Improve `wait_for_push`Mark Lapierre2019-02-111-6/+5
|
* Quarantine flaky testsqa-quarantine-flaky-testsMark Lapierre2019-02-072-2/+4
| | | | | | | | | | See issues: https://gitlab.com/gitlab-org/quality/nightly/issues/70 https://gitlab.com/gitlab-org/quality/nightly/issues/72 https://gitlab.com/gitlab-org/quality/staging/issues/21 https://gitlab.com/gitlab-org/quality/staging/issues/31 https://gitlab.com/gitlab-org/quality/staging/issues/30 https://gitlab.com/gitlab-org/quality/staging/issues/26
* Wait for auto-devops CI jobs on the job pageJames Fargher2019-02-011-5/+1
| | | | | These tests used to wait on the pipeline page which made debugging job failures difficult
* Fix deploy key testMark Lapierre2019-01-111-2/+8
| | | | | | Fetch a specific key's fingerprint instead of all fingerprints. Check for the specific key by title and expected fingerprint. This avoids the use of `all`, which can be unreliable.
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-053-7/+7
| | | | | * Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
* Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-1/+1
|
* Use strings for context descriptionsmk/backport-use-strings-for-context-description-qaMichael Kozono2018-10-183-3/+3
| | | | To avoid confusion with tags.
* Add GitLab QA spec for adding a deploy tokenStan Hu2018-10-121-0/+23
|
* Reorganize menu filesqa-60-reorganize-menu-classes-squash-trysliaquat2018-10-091-2/+2
| | | | | | | | | | | | Add missed files Use correct method Implement review feedback Add missing frozen_string_literal Squash 5 commits
* Improve QA scenarios contexts & descriptions consistencyRémy Coutable2018-08-282-76/+84
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reorganize QA scenarios based on the DevOps cycleRémy Coutable2018-08-282-0/+124
Signed-off-by: Rémy Coutable <remy@rymai.me>