summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-15 20:29:50 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-15 20:29:50 +0000
commitbb1c0e88ae893eca7a7a9c7b39beeed04e1991aa (patch)
tree60a32a7456b862d08ca2aa522d840ad4b7593c06 /spec/features/issues_spec.rb
parent3e4d740d2853ba495a89dc07987b72133178bc2c (diff)
parenta99d25b174e07bf58ae8d0c5055291065038f81a (diff)
downloadgitlab-ce-bb1c0e88ae893eca7a7a9c7b39beeed04e1991aa.tar.gz
Merge branch 'issuable-sidebar-bold' into 'master'
Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index 65fe918e2e8..c3cb3379440 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -556,10 +556,10 @@ describe 'Issues', feature: true do
first('.ui-state-default').click
end
- expect(page).to have_no_content 'None'
+ expect(page).to have_no_content 'No due date'
click_link 'remove due date'
- expect(page).to have_content 'None'
+ expect(page).to have_content 'No due date'
end
end
end