We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e69bcd commit 8229533Copy full SHA for 8229533
src/test/java/com/aerokube/lightning/EdgeCapabilitiesTest.java
@@ -20,7 +20,7 @@ protected Image getImage() {
20
void testBasicCapabilities() {
21
test(
22
() -> Capabilities.create()
23
- .edge().binary("/usr/bin/microsoft-edge-beta")
+ .edge().binary("/usr/bin/microsoft-edge")
24
.args("no-sandbox"),
25
driver -> driver.navigation().navigate("https://example.com")
26
);
0 commit comments