| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Renaming to the right name used in EE to make the test green again.
|
|
|
|
|
| |
It seems that some file changes have been lost so they are
reapplied to the CE repo.
|
|
|
|
|
| |
After making changes to EE by adding a result page object for search
results this is now a port to CE for the same file.
|
|
|
|
|
| |
Adding the option to open the integration menu on CE as this can be
accessed from a CE instance.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
Refactor collapse issue comments end-to-end test
See merge request gitlab-org/gitlab-ce!30902
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
Better scope end-to-end test
See merge request gitlab-org/gitlab-ce!30897
|
| |/
| |
| |
| |
| | |
Move test pre-conditions to before block, and leave only the test
steps and verifications in the it block.
|
|\ \
| | |
| | |
| | |
| | | |
Better scope another end-to-end test
See merge request gitlab-org/gitlab-ce!30896
|
| |/
| |
| |
| |
| |
| | |
Move test pre-conditions to before block, remove unnecessary
expectation, and leave only the test steps and verifications
in the it block.
|
|\ \
| | |
| | |
| | |
| | | |
Quarantine failing "rebase_merge_request_spec.rb"
See merge request gitlab-org/gitlab-ce!30933
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Better scope end-to-end test
See merge request gitlab-org/gitlab-ce!30895
|
| |/
| |
| |
| |
| | |
Move test pre-conditions to before block, and leave only the test
steps and verifications in the it block.
|
|\ \
| | |
| | |
| | |
| | | |
Refactor check mentions for xss test
See merge request gitlab-org/gitlab-ce!30914
|
| |/
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
| |
Common usages within GitLab QA include Login Page,
navigation bars and layouts
|
|
|
|
|
| |
Replace any occurance of .act with the
preferred method .perform
|
|
|
|
|
| |
--compat mode in Minio is now enabled so this test should pass
See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
|
|\
| |
| |
| |
| | |
Generate single report file for review-qa-all parallel tests
See merge request gitlab-org/gitlab-ce!28834
|
| |
| |
| |
| |
| | |
Creates reports for parallel specs and collates them into a single
HTML report and displays results on the merge request.
|
|\ \
| | |
| | |
| | |
| | | |
Refactor common Page Objects to use data tags (No. 2 Contd.)
See merge request gitlab-org/gitlab-ce!30763
|
| | |
| | |
| | |
| | | |
Common usages within GitLab QA include login page, navbars and layouts
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
CE port of "Fix assign code owners spec" on EE
See merge request gitlab-org/gitlab-ce!30743
|
| |/ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
create_project_with_auto_devops_spec.rb # runs autodevops
was previous failing
This previously failing test has passed consecutively
|
| |
|
|\
| |
| |
| |
| | |
Introduce data-qa-selector to supplant .qa-class
See merge request gitlab-org/gitlab-ce!28906
|
| |
| |
| |
| |
| | |
Proper escaping should be used for page/base.rb#scroll_to
as it is a single quoted JS string
|
| |
| |
| |
| |
| | |
Fix the locators to not use a regex
Add requirement
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In order to break away from using CSS classes as
our primary method of element identification, we
need to provide the ability to search for data
attributes.
Make Test::Sanity::Selectors now work
Utilize regex to match on literal strings of the element name
Suggest the data-qa-selector pattern vs the qa-
Add data-qa-selector to login page to start
We need a page that is heavily used in order to be
confident that this functionality works. Let's start
with the Login page
Use appropriate HAML data tag practices
|
|\ \
| | |
| | |
| | |
| | | |
Shorten test description
See merge request gitlab-org/gitlab-ce!30638
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Explicitly create resources via the API
See merge request gitlab-org/gitlab-ce!30639
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Explicitly create resource via browser ui
See merge request gitlab-org/gitlab-ce!30640
|
| |/ / |
|
| | |
| | |
| | |
| | | |
...on issues.
|
|/ / |
|
|/ |
|