summaryrefslogtreecommitdiff
path: root/qa/qa/page/dashboard/snippet/new.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-64/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-10/+7
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-1/+9
|
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-1/+1
| | | | | | | 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
* Add a new test to create a snippetRoman Verevkin2019-03-131-0/+53
Add "smoke" tag to the test Fix links to views in Page Object files Review fixes Remove useless view block Implement Snippets::Show page object class Fix review suggestions Fix review suggestions 2 Fix test with empty snippets state Remove useless css class Fix issues