summaryrefslogtreecommitdiff
path: root/spec/features/protected_branches_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from .click -> .trigger('click') to make spec passrs-trigger-clickRobert Speicher2017-04-281-1/+1
* Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-2/+0
|\
| * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* | Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+1
|/
* Move protected branches access control spec into a shared example.Timothy Andrew2016-08-201-69/+2
* Backport EE assertions in protected branch related specs.Timothy Andrew2016-08-161-4/+4
* Don't select an access level if already selected.Timothy Andrew2016-08-161-4/+12
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-5/+8
* Wrap param with parens for consistencyAlfredo Sumaran2016-08-051-1/+1
* Add custom css class to each dropdown to fix failing specAlfredo Sumaran2016-08-051-3/+3
* Update layout and JS for create protected branch.Alfredo Sumaran2016-08-051-4/+4
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-6/+6
* Implement review comments from @axil.Timothy Andrew2016-07-291-2/+4
* Make specs compatible with PhantomJS versions < 2.Timothy Andrew2016-07-291-4/+0
* Humanize protected branches' access levels at one location.Timothy Andrew2016-07-291-9/+2
* Update protected branches spec to work with the `select`s.Timothy Andrew2016-07-291-0/+75
* Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-071-1/+3
* Add a feature spec for protected branch creation.Timothy Andrew2016-07-051-0/+82