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 6e3c434 commit 253b33fCopy full SHA for 253b33f
examples_test.go
@@ -87,7 +87,7 @@ func checkui(ts *testscript.TestScript, neg bool, args []string) {
87
defer resp.Body.Close()
88
ts.Check(err)
89
90
- const want = `<div id="app">`
+ const want = `<div id="plots">`
91
if !bytes.Contains(body, []byte(want)) {
92
ts.Fatalf("checkui: response body doesn't contain %s\n\nbody;\n\n%s", want, body)
93
}
0 commit comments