Commit c2d9d5d6 authored by Matija Čupić's avatar Matija Čupić

Change click_button to click_link occurence

parent 24aadbdf
...@@ -30,7 +30,7 @@ feature 'Clusters', :js do ...@@ -30,7 +30,7 @@ feature 'Clusters', :js do
context 'when user opens opens create on gke page' do context 'when user opens opens create on gke page' do
before do before do
click_button 'Add cluster' click_link 'Add cluster'
click_link 'Create on GKE' click_link 'Create on GKE'
end end
...@@ -219,12 +219,12 @@ feature 'Clusters', :js do ...@@ -219,12 +219,12 @@ feature 'Clusters', :js do
click_button 'Save' click_button 'Save'
end end
it 'user sees the succeccful message' do it 'user sees the successful message' do
expect(page).to have_content('Cluster was successfully updated.') expect(page).to have_content('Cluster was successfully updated.')
end end
end end
context 'when user destory the cluster' do context 'when user destroys the cluster' do
before do before do
page.accept_confirm do page.accept_confirm do
click_link 'Remove integration' click_link 'Remove integration'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment