We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d7bab commit 9692379Copy full SHA for 9692379
tests/integration/lfs_view_test.go
@@ -74,7 +74,7 @@ func TestLFSRender(t *testing.T) {
74
assert.Contains(t, fileInfo, "LFS")
75
76
// find new file view container
77
- fileViewContainer := doc.Find("div.file-view-container")
+ fileViewContainer := doc.Find("div.file-view-render-container")
78
assert.Positive(t, fileViewContainer.Length(), "File view container should exist")
79
80
// check data attribute instead of link href
0 commit comments