Skip to content

Commit

Permalink
add spaces to render code samples correctly in docs [deploy site]
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 15, 2024
1 parent 0ec7656 commit 07ba76a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void setProfileLocation() {
Assertions.assertTrue(location.contains(profileDirectory.getAbsolutePath()));
}


@Test
public void installAddon() {
driver = startFirefoxDriver();
Expand All @@ -137,6 +138,7 @@ public void installAddon() {
"Content injected by webextensions-selenium-example", injected.getText());
}


@Test
public void uninstallAddon() {
driver = startFirefoxDriver();
Expand All @@ -149,6 +151,7 @@ public void uninstallAddon() {
Assertions.assertEquals(driver.findElements(By.id("webextensions-selenium-example")).size(), 0);
}


@Test
public void installUnsignedAddonPath() {
driver = startFirefoxDriver();
Expand Down

0 comments on commit 07ba76a

Please sign in to comment.