You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/components/primer/open_project/border_box/collapsible_header.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ def before_render
39
39
end
40
40
41
41
defrender?
42
-
raiseArgumentError,"this component must be called inside the header of a `Primer::Beta::BorderBox`"unless@box.present? && @box.is_a?(Primer::Beta::BorderBox)
42
+
raiseArgumentError,"This component must be called inside the header of a `Primer::Beta::BorderBox`"unless@box.present? && @box.is_a?(Primer::Beta::BorderBox)
description: "This is the description text... Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")) %>
assert_selector(".CollapsibleHeader .color-fg-subtle",text: "This is the description text... Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")
0 commit comments