Commit eed2812f authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken test

parent 54dbdf28
......@@ -75,7 +75,7 @@ export default {
v-tooltip
:title="tooltipText"
class="js-ci-action btn btn-blank
btn-transparent ci-action-icon-container ci-action-icon-wrapper"
btn-transparent ci-action-icon-container ci-action-icon-wrapper js-ci-action-icon"
:class="cssClass"
data-container="body"
:disabled="isDisabled"
......
......@@ -388,7 +388,7 @@ describe 'Pipelines', :js do
it 'should be possible to cancel pending build' do
find('.js-builds-dropdown-button').click
find('a.js-ci-action-icon').click
find('.js-ci-action-icon').click
expect(page).to have_content('canceled')
expect(build.reload).to be_canceled
......
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