Skip to content

Commit c14bb15

Browse files
committed
Move testing directories to avoid a dash in the path
1 parent 004f2b0 commit c14bb15

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

remote_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func runChromeTests(t *testing.T, c config) {
203203
func testChromeExtension(t *testing.T, c config) {
204204
caps := newTestCapabilities(t, c)
205205
co := caps[chrome.CapabilitiesKey].(chrome.Capabilities)
206-
const path = "testing/chrome-extension/css_page_red"
206+
const path = "testing/chrome_extension/css_page_red"
207207
if err := co.AddUnpackedExtension(path); err != nil {
208208
t.Fatalf("co.AddExtension(%q) returned error: %v", path, err)
209209
}
@@ -407,7 +407,7 @@ func testFirefoxProfile(t *testing.T, c config) {
407407
}
408408
caps := newTestCapabilities(t, c)
409409
f := caps[firefox.CapabilitiesKey].(firefox.Capabilities)
410-
const path = "testing/firefox-profile"
410+
const path = "testing/firefox_profile"
411411
if err := f.SetProfile(path); err != nil {
412412
t.Fatalf("f.SetProfile(%q) returned error: %v", path, err)
413413
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)