summaryrefslogtreecommitdiff
path: root/spec/features/projects/clusters/applications_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-2/+14
|
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-14/+2
| | | This reverts merge request !20801
* Minor style improvements for Helm codeDylan Griffith2018-07-301-0/+1
|
* Fix race condition in auto devops QA spec: ensure we wait for Install button ↵Dylan Griffith2018-07-301-1/+2
| | | | to appear
* Fix race condition in spec/features/projects/clusters/applications_spec.rbDylan Griffith2018-07-301-2/+12
| | | | | | This was not happening very often but with the previous changes to create SSL certs for helm tiller it takes long enough to be created that we see the test failing a lot more
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-3/+3
|
* Fix feature spec Clusters Applications (#17052)42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-03-011-3/+4
| | | | We need to actually wait for the "Install" button to be enabled before clicking it otherwise we have a race condition where it sometimes works. Also change the `expect(page.find(...))` to `expect(page).to have_css` as this is prefered to avoid race conditions
* Fix spec/features/projects/clusters/applications_spec.rb (#42643)>Dylan Griffith2018-02-231-10/+11
| | | | | | | | | | | Also remove the flakiness by using `expect(page).to have_css(..., exact_text: '')` instead of `expect(page.find(...).text).to eq('')` since the former will wait until the text has this value while the latter will only wait for the element to exist then test its text straight away which introduces a race condition if the element is already there with a previous text value. This test was failing locally most of the time because of this other way of asserting.
* Use value attribute in ip inputFilipa Lacerda2018-02-221-2/+2
| | | | Removes double quoted string
* Remove duplicate IDFilipa Lacerda2018-02-201-2/+2
|
* Update feature spec for kubernetes applications ingress IP address (#42643)Dylan Griffith2018-02-201-0/+10
|
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-2/+2
|
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-1/+1
|
* Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda2017-12-051-0/+107