Skip to content

Commit b1108f5

Browse files
committed
adjust chromedp test
1 parent 5977c32 commit b1108f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ func run(ctx context.Context, args []string, stdout, stderr io.Writer) error {
113113
{Bin: "node", Args: []string{"playwright/links.js"}, Env: []string{"BASE_URL=http://127.0.0.1:1234/campfire-commerce/"}},
114114
{Bin: "node", Args: []string{"playwright/click.js"}},
115115
{Bin: "node", Args: []string{"playwright/request_interception.js"}},
116-
{Bin: "go", Args: []string{"run", "fetch/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
117-
{Bin: "go", Args: []string{"run", "links/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
116+
{Bin: "go", Args: []string{"run", "fetch/main.go", "http://127.0.0.1:1234/campfire-commerce/"}, Dir: "chromedp"},
117+
{Bin: "go", Args: []string{"run", "links/main.go", "http://127.0.0.1:1234/campfire-commerce/"}, Dir: "chromedp"},
118118
{Bin: "go", Args: []string{"run", "click/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
119119
} {
120120
if *verbose {

0 commit comments

Comments
 (0)