Skip to content

Commit 8229533

Browse files
committed
In latest Microsoft Edge images we switched to stable browser version
1 parent 6e69bcd commit 8229533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/aerokube/lightning/EdgeCapabilitiesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected Image getImage() {
2020
void testBasicCapabilities() {
2121
test(
2222
() -> Capabilities.create()
23-
.edge().binary("/usr/bin/microsoft-edge-beta")
23+
.edge().binary("/usr/bin/microsoft-edge")
2424
.args("no-sandbox"),
2525
driver -> driver.navigation().navigate("https://example.com")
2626
);

0 commit comments

Comments
 (0)