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() {
124
124
Assertions .assertTrue (location .contains (profileDirectory .getAbsolutePath ()));
125
125
}
126
126
127
+
127
128
@ Test
128
129
public void installAddon () {
129
130
driver = startFirefoxDriver ();
@@ -137,6 +138,7 @@ public void installAddon() {
137
138
"Content injected by webextensions-selenium-example" , injected .getText ());
138
139
}
139
140
141
+
140
142
@ Test
141
143
public void uninstallAddon () {
142
144
driver = startFirefoxDriver ();
@@ -149,6 +151,7 @@ public void uninstallAddon() {
149
151
Assertions .assertEquals (driver .findElements (By .id ("webextensions-selenium-example" )).size (), 0 );
150
152
}
151
153
154
+
152
155
@ Test
153
156
public void installUnsignedAddonPath () {
154
157
driver = startFirefoxDriver ();
You can’t perform that action at this time.
0 commit comments