summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-232-4/+4
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵Rémy Coutable2018-07-1811-14/+14
| | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me>
* QA scenario to add/edit/delete a file via the Web UISanad Liaquat2018-07-178-2/+197
|
* Merge branch 'i18n-extract-app/views/doorkeeper' into 'master'Rémy Coutable2018-07-161-1/+1
|\ | | | | | | | | i18n: externalize strings from 'app/views/doorkeeper' See merge request gitlab-org/gitlab-ce!19695
| * i18n: externalize strings from 'app/views/doorkeeper'Tao Wang2018-07-131-1/+1
| | | | | | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* | Remove flaky and redundant expectationsmk/fix-flaky-protected-branch-expectationsMichael Kozono2018-07-133-42/+1
|/
* Ensure Encoding.default_external is set to UTF-8 when running QA scenariosRémy Coutable2018-07-121-0/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa-fix-timestamp' into 'master'Grzegorz Bizon2018-07-121-1/+1
|\ | | | | | | | | [QA] Fix duplicate year in namespace name See merge request gitlab-org/gitlab-ce!20581
| * [QA] Fix duplicate year in namespace nameqa-fix-timestampRémy Coutable2018-07-121-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch ↵Grzegorz Bizon2018-07-121-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '49139-sleep-before-installing-tiller-to-prevent-race-condition' into 'master' Resolve "Installing helm tiller sometimes fails with no api token found" Closes #49139 See merge request gitlab-org/gitlab-ce!20580
| * | Add sleep to QA test before installing tiller49139-sleep-before-installing-tiller-to-prevent-race-conditionDylan Griffith2018-07-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise we ocassionally see a race condition error: No API token found for service account "default", retry after the token is automatically created and added to the service account Waiting 10 seconds should remove this risk.
* | | Adding spec to test basic forking functionalitiesMykhailo Formus2018-07-1217-22/+229
| | |
* | | Merge branch '48690-follow-up-from-milestone-tests' into 'master'Rémy Coutable2018-07-123-11/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Follow-up from "Milestone tests"" Closes #48690 See merge request gitlab-org/gitlab-ce!20563
| * | | move #has_milestone? to issuable sidebar;48690-follow-up-from-milestone-testsddavison2018-07-113-11/+13
| | | | | | | | | | | | | | | | closes #48690
* | | | Revert "Log push output on exception"mk/remove-push-output-loggingMichael Kozono2018-07-111-18/+6
| |_|/ |/| | | | | | | | This reverts commit d493c91d21250e0b94a14f1808fcf8bb6f1a8d03.
* | | [QA] Ensure screenshots are save in subfolder per QA runRémy Coutable2018-07-112-1/+5
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Milestone testsDan Davison2018-07-119-8/+141
| |
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-0/+6
|/
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Merge branch 'rc-qa-146' into 'master'Grzegorz Bizon2018-07-0616-12/+352
|\ | | | | | | | | | | | | Add a new scenario to test GitHub import Closes gitlab-qa#146 See merge request gitlab-org/gitlab-ce!19555
| * [QA] Add a new scenario to test GitHub importRémy Coutable2018-07-0616-16/+334
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * [QA] Add a new Page::Issuable::Show pageRémy Coutable2018-07-062-0/+22
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Resolve "Add dropdown to Groups link in top bar"Dennis Tang2018-07-061-2/+8
|/
* Ensure QA specs are categorized as feature specs by RSpecRémy Coutable2018-07-051-0/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '48779-qa-merge-request-squash-sometimes-fail' into 'master'Sean McGivern2018-07-052-9/+37
|\ | | | | | | | | | | | | Resolve "QA: Merge request squash sometimes fail" Closes #48779 See merge request gitlab-org/gitlab-ce!20375
| * [QA] Ensure we wait for the squash checbox to be clickable before clicking ↵Rémy Coutable2018-07-052-9/+37
| | | | | | | | | | | | it in the squash scenario Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-0521-52/+52
|/
* Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-2/+2
|\ | | | | | | | | | | | | Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
| * Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-06-2126-103/+361
| |\
| * | fix qa selectorsDennis Tang2018-06-201-1/+1
| | |
| * | fix a couple oopsiesDennis Tang2018-06-201-2/+2
| | |
* | | Merge branch 'qa-112-prefer-env-credentials-for-gcloud' into 'master'Grzegorz Bizon2018-07-042-3/+11
|\ \ \ | | | | | | | | | | | | | | | | Auto DevOps QA: Prefer gcloud credentials from env See merge request gitlab-org/gitlab-ce!20338
| * | | Auto DevOps QA: Prefer gcloud credentials from envDylan Griffith2018-07-032-3/+11
| | | |
* | | | [QA] Wait for CSS class to be present instead of trying to find the elementRémy Coutable2018-07-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | i18n: externalize strings from 'app/views/projects/settings'Tao Wang2018-07-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* | | | [QA] Make sure we wait for the deploy key list to loadRémy Coutable2018-06-261-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Log push output on exceptionmk/log-invalid-byte-sequence-in-us-ascii-qaMichael Kozono2018-06-221-6/+18
| |_|/ |/| |
* | | Merge branch ↵Robert Speicher2018-06-202-2/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964' into 'master' Resolve "qa/specs/features/login/ldap_spec.rb is failing after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19964" Closes #48159 See merge request gitlab-org/gitlab-ce!20027
| * | | [QA] Fix qa/qa/specs/features/login/ldap_spec.rb48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964Rémy Coutable2018-06-202-2/+10
| |/ / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Added Wiki Scenario Automation gitlab-qa#263Ramya A2018-06-2022-70/+314
|/ /
* | Make Page::Main::Login#sign_in_using_credentials gracefully bail out when ↵qa-improve-main-login-pageRémy Coutable2018-06-192-31/+37
|/ | | | | | user is already logged-in Signed-off-by: Rémy Coutable <remy@rymai.me>
* Only clear the sessions if block_given? and no errorLin Jen-Shin2018-06-131-13/+1
| | | | | | Because otherwise capybara-screenshot/rspec can't take the screenshots for us. If we got an error, we don't want to continue anyway?
* Loosen the 'newly created MR' matcherqa-271Rémy Coutable2018-06-131-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable2018-06-137-35/+39
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa-112-fix-auto-devops-cluster-spec' into 'master'Grzegorz Bizon | off until 20th June2018-06-124-5/+28
|\ | | | | | | | | Qa 112 fix auto devops cluster spec See merge request gitlab-org/gitlab-ce!19584
| * Move ENV variables to Runtime::Env for auto devops QAqa-112-fix-auto-devops-cluster-specDylan Griffith2018-06-112-9/+17
| |
| * Explicitly require pathname in QA stepsDylan Griffith2018-06-082-0/+4
| |
| * Ensure --zone is passed to all gcloud commands for auto devops cluster specsDylan Griffith2018-06-081-3/+14
| |
* | Merge branch 'sh-suppress-env-leaks' into 'master'Kamil Trzciński2018-06-111-0/+2
|\ \ | | | | | | | | | | | | Prevent ENV from leaking variables in CI output See merge request gitlab-org/gitlab-ce!19607
| * | Prevent ENV from leaking variables in CI outputStan Hu2018-06-081-0/+2
| | |