Skip to content

Commit cdfa08f

Browse files
authored
Update test to new value
1 parent 9ad93e1 commit cdfa08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/components/primer/open_project/page_header_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def test_renders_truncated_breadcrumb
231231
assert_selector(".PageHeader-breadcrumbs")
232232
assert_selector(".PageHeader-parentLink")
233233

234-
assert_selector(".breadcrumb-item a[href='/baz'] .Truncate > .Truncate-text[style='max-width: 135px;']",
234+
assert_selector(".breadcrumb-item a[href='/baz'] .Truncate > .Truncate-text[style='max-width: 200px;']",
235235
text: "A very long sub project that will be truncated")
236236
end
237237

0 commit comments

Comments
 (0)