Commit 64feae5f authored by Rajat Jain's avatar Rajat Jain

Change callout selector in epic promo spec

parent 7d7d3295
...@@ -264,7 +264,7 @@ describe 'Promotions', :js do ...@@ -264,7 +264,7 @@ describe 'Promotions', :js do
find('.js-epics-sidebar-callout .js-close-callout').click find('.js-epics-sidebar-callout .js-close-callout').click
visit project_issue_path(project, issue) visit project_issue_path(project, issue)
expect(page).not_to have_selector('.promotion-issue-sidebar-message') expect(page).not_to have_selector('.js-epics-sidebar-callout')
end end
it 'should close dialog when clicking on X, but not dismiss it' do it 'should close dialog when clicking on X, but not dismiss it' do
......
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