- Apr 17, 2018
-
-
Taurie Davis authored
-
- Mar 01, 2018
-
-
Dylan Griffith authored
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
-
- Feb 23, 2018
-
-
Dylan Griffith authored
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.
-
- Feb 22, 2018
-
-
Filipa Lacerda authored
Removes double quoted string
-
- Feb 20, 2018
-
-
Filipa Lacerda authored
-
Dylan Griffith authored
-
- Feb 12, 2018
-
-
Matija Čupić authored
-
- Feb 06, 2018
-
-
Winnie Hellmann authored
-
- Jan 26, 2018
-
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
-
- Jan 11, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 06, 2018
-
-
Matija Čupić authored
-
- Jan 04, 2018
-
-
Mayra Cabrera authored
-
- Dec 22, 2017
-
-
Mayra Cabrera authored
-
- Dec 21, 2017
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
- Dec 16, 2017
-
-
Matija Čupić authored
-
- Dec 06, 2017
-
-
Takuya Noguchi authored
-
- Dec 05, 2017
-
-
- Dec 04, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Alessio Caiazza authored
-
- Dec 03, 2017
-
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
- Nov 28, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
Add test for checking interchangeability between KubernetesService and Clusters::Platform::Kubernetes
-