summaryrefslogtreecommitdiff
path: root/qa/qa/page
Commit message (Collapse)AuthorAgeFilesLines
* 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-wait-for-job-trace' into 'master'Grzegorz Bizon | off until 20th June2018-06-111-0/+5
|\ | | | | | | | | | | | | Update QA deploy key clone test to wait for job traces Closes gitlab-qa#269 See merge request gitlab-org/gitlab-ce!19557
| * Move qa test use of refresh selector into the job pageDJ Mountney2018-06-081-0/+5
| |
* | Rename method according to new role nameMichael Kozono2018-06-081-2/+2
| |
* | Reduce default wait intervalMichael Kozono2018-06-081-1/+1
| | | | | | | | | | | | Because if reload is true, then we spend a lot of time waiting for page load and yielding (to has_css? etc, which already waits for the default Capybara time) anyway. And if reload is false, there’s no reason not to check what’s on the page at all times. There doesn’t seem to be a downside.
* | Fix the “no matches” optimizationMichael Kozono2018-06-081-4/+2
| | | | | | | | When the subgroup doesn’t exist, this will now return false as soon as the “Sorry” text appears, instead of waiting for the default Capybara wait time.
* | Remove unnecessary waitMichael Kozono2018-06-081-4/+0
| | | | | | | | Also, it actually seems to wait the full 60 seconds, indicating it never finds the element.
* | Update settings section titlesAndreas Kämmerle2018-06-083-5/+5
|/
* Fix default wait argument in QA Pipelines specqa-268-fix-pipeline-specDylan Griffith2018-06-071-2/+2
|
* Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern2018-06-061-2/+2
|\ | | | | | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
| * Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
| |
* | Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda2018-06-061-1/+1
|\ \ | |/ |/| | | | | Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221
| * Add partial for the build outputsjivl-backport-scroll-utilitiesJose2018-06-011-1/+1
| |
* | Add QA integration test for full Auto DevOps flowDylan Griffith2018-06-047-2/+151
|/
* Cleanup code for General Project SettingsLukas Eipert2018-05-311-1/+1
|
* Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+12
|
* Resolve "Rename "secret variables" to "variables""Fabio Busatto2018-05-281-2/+2
|
* fix terms specClement Ho2018-05-171-2/+2
|
* Succeed or fail fast based on job status firstMichael Kozono2018-05-081-6/+16
| | | | Also, move wait block into the correct page block.
* Make the user dropdown reusableBob Van Landuyt2018-05-041-2/+5
| | | | | | | We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
* Merge branch 'qa-fix-protected-branches-test-ce' into 'master'Grzegorz Bizon2018-04-271-5/+24
|\ | | | | | | | | CE: Fix QA protected branches tests See merge request gitlab-org/gitlab-ce!18585
| * Clear local storage after test so it's not interferingLin Jen-Shin2018-04-251-1/+0
| |
| * Select everything so we could hit protectLin Jen-Shin2018-04-251-5/+25
| | | | | | | | Add missing QA selectors as well
* | Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin2018-04-236-5/+97
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (166 commits) Flowdock uses Gitaly, not Grit Removes 'no job log' from trace action Fix missing namespace for some internal users Dedupe yarn dependencies Downgrade MySQL CI service from 8.0 to 5.7 Atomic internal ids for all models Add documentation on how to configure Redis Sentinel by persistent class Update CHANGELOG.md for 10.7.0 Update index.md Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved" Don't include lfs_file_locks data in export bundle Documentation: Frontend Building Checklist Fix a documentation typo for GitLab pages Refactored activity calendar Add an API endpoint to download git repository snapshots Fix issues without links when added from boards new issue modal Respect visibility options and description when importing project from template Resolve "Improve tooltips of collapsed sidebars" Update Container Scanning documentation Fix typo in vue.md ...
| * Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master'Mek Stittri2018-04-191-2/+2
| |\ | | | | | | | | | | | | Rename #qa slack channel to #quality in docs See merge request gitlab-org/gitlab-ce!18472
| | * Rename #qa slack channel to #quality in docsGrzegorz Bizon2018-04-191-2/+2
| | |
| * | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-182-3/+3
| | |
| * | Merge branch 'osw-add-qa-tests-for-protected-branches' into 'master'Rémy Coutable2018-04-173-0/+92
| |\ \ | | |/ | |/| | | | | | | Add QA tests for protected branches See merge request gitlab-org/gitlab-ce!18301
| | * Add QA tests for protected branchesOswaldo Ferreira2018-04-163-0/+92
| | |
* | | Use all_elements insteadLin Jen-Shin2018-04-231-2/+2
| | |
* | | Use qa selectors for secret variablesLin Jen-Shin2018-04-211-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem of using .js-ci-variable-input-value is that, whenever the value is hidden, then this selector won't be set, instead, .js-secret-value-placeholder would be set. If we just fill the value, the value is revealed. But if we visit this later, the values were be hidden. This means we don't have a consistent way to count the values. Adding an unique qa selector to both revealed and hidden values would make it easier to track the values. To make it look more consistent, let's also do the same for the key.
* | | Unify the use of repository_locationLin Jen-Shin2018-04-201-6/+2
| | |
* | | s/all_element/all_elements/gLin Jen-Shin2018-04-202-3/+3
| | |
* | | Properly fill variable pair to the last fieldsLin Jen-Shin2018-04-171-6/+5
| | |
* | | Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin2018-04-176-45/+72
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (536 commits) Fix flash errors in performance bar for cached responses Force content to align right Method to track recoverable exceptions in sentry Move PipelineFailed vue component fixed targetmode being included in project FE Docs: Fix header hierarchy in Vuex section of Vue.md Adds helpers to remove withespace and linebreaks `package-qa` was renamed to `package-and-qa` Fix container scanning in vendored GitLab CI configuration for Auto Devops Fixed web IDE not working for sub-groups Remove web ide beta flag from docs and update Make the message break into a new line instead of truncating it Backport Web IDE docs to gitlab-ce link to product handbook piece on permissions Update faraday_middlewar to 0.12.2 Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy ...
| * | Merge branch 'refactor/move-mr-widget-ready-to-merge-vue-component' into ↵Mike Greiling2018-04-161-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | 'master' Move ReadyToMerge vue component See merge request gitlab-org/gitlab-ce!17545
| | * Move ReadyToMerge vue componentGeorge Tsiolis2018-03-301-1/+1
| | |
| * | Remove unnecessary section looking in admin settings qaDmitriy Zaporozhets2018-04-031-12/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets2018-04-025-44/+81
| |/ | | | | | | | | | | | | | | sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Populate the fingerprint by known titleLin Jen-Shin2018-04-032-0/+16
|/ | | | | Without this, if we have more than one deploy key, it would be ambiguous.
* Fix end-to-end specs for rebasing a merge requestqa/gb/fix-rebase-specsGrzegorz Bizon2018-03-201-8/+9
|
* Rename `package-qa` in docsToon Claes2018-03-191-1/+1
| | | | | | In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
|
* Small review changesFelipe Artur2018-02-221-1/+1
|
* test merge request rebaseFelipe Artur2018-02-192-0/+73
|
* Fix and simplify end-to-end tests for secret variablesGrzegorz Bizon2018-02-162-14/+16
|
* Merge branch 'qa_issue_177' into 'master'Grzegorz Bizon2018-02-151-0/+4
|\ | | | | | | | | | | | | QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
| * Wait for create merge request button to appearqa_issue_177Felipe Artur2018-02-141-0/+4
| |
* | Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAsh-add-env-variables-for-ldap-qaStan Hu2018-02-141-2/+2
|/
* Fix the use to Git::LocationLin Jen-Shin2018-02-141-1/+1
|