Skip to content
Snippets Groups Projects

Update issuable state badge styles for Issues, MRs, and Epics

Merged Kushal Pandya requested to merge 330569-update-issuable-status-badges into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -112,7 +112,7 @@
click_button('Merge')
page.within('.status-box') do
page.within('.issuable-status-badge') do
expect(page).to have_content('Merged')
end
end
Loading