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 0233f27 commit f793ca5Copy full SHA for f793ca5
itest/litd_mode_integrated_test.go
@@ -40,9 +40,8 @@ import (
40
41
const (
42
// indexHtmlMarker is a string that appears in the rendered index.html
43
- // file of the main UI. This is created by Webpack and should be fairly
44
- // stable.
45
- indexHtmlMarker = "webpackJsonplightning-terminal"
+ // file of the main UI.
+ indexHtmlMarker = "<title>Lightning Terminal</title>"
46
47
// mailboxServerAddr is the address of the mailbox server to use during
48
// integration tests.
0 commit comments