Fix cluster OAuth feature spec user flow

This commit is contained in:
Matija Čupić 2017-12-13 15:25:42 +01:00
parent cc9b6091d1
commit 497a0cd62c
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ feature 'Clusters', :js do
before do
visit project_clusters_path(project)
click_link 'Add cluster'
click_link 'Create on GKE'
end