mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Add some debug to failing menu test
This commit is contained in:
@@ -202,6 +202,7 @@ func doTestPageMenuWithIdentifier(t *testing.T, menuPageSources []source.ByteSou
|
||||
assert.NotNil(t, me1)
|
||||
assert.NotNil(t, me2)
|
||||
|
||||
fmt.Println("me1:", me1.URL, "me2:", me2.URL)
|
||||
assert.True(t, strings.Contains(me1.URL, "doc1"))
|
||||
assert.True(t, strings.Contains(me2.URL, "doc2"))
|
||||
|
||||
|
Reference in New Issue
Block a user