File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
examples/java/src/test/java/dev/selenium/browsers Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ public void setProfileLocation() {
124124 Assertions .assertTrue (location .contains (profileDirectory .getAbsolutePath ()));
125125 }
126126
127+
127128 @ Test
128129 public void installAddon () {
129130 driver = startFirefoxDriver ();
@@ -137,6 +138,7 @@ public void installAddon() {
137138 "Content injected by webextensions-selenium-example" , injected .getText ());
138139 }
139140
141+
140142 @ Test
141143 public void uninstallAddon () {
142144 driver = startFirefoxDriver ();
@@ -149,6 +151,7 @@ public void uninstallAddon() {
149151 Assertions .assertEquals (driver .findElements (By .id ("webextensions-selenium-example" )).size (), 0 );
150152 }
151153
154+
152155 @ Test
153156 public void installUnsignedAddonPath () {
154157 driver = startFirefoxDriver ();
You can’t perform that action at this time.
0 commit comments