Skip to content

Commit

Permalink
log failed web dashboard test (locally runs without fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Dec 18, 2023
1 parent 7c7c3b8 commit 82d9942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tests/cmd_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,7 @@ func TestUIRenderWebDashboard(t *testing.T) {
cmd.ExecuteWithGlobalState(ts.GlobalState)

stdout := ts.Stdout.String()
t.Logf("Stdout: %s", stdout)
if tc.active {
assert.Contains(t, stdout, tc.expRender)
} else {
Expand Down

0 comments on commit 82d9942

Please sign in to comment.