File tree 3 files changed +3
-3
lines changed
src/test/java/gt/app/frwk
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
- - uses : browser-actions/setup-firefox @v1
19
+ - uses : browser-actions/setup-edge @v1
20
20
21
21
- name : Set up JDK 21
22
22
uses : actions/setup-java@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public abstract class BaseSeleniumTest {
14
14
@ BeforeAll
15
15
public static void init () {
16
16
Configuration .headless = true ;
17
- Configuration .browser = Browsers .CHROME ;
17
+ Configuration .browser = Browsers .EDGE ;
18
18
19
19
20
20
Configuration .baseUrl = "http://localhost:8081" ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class SampleTest {
15
15
void setup () {
16
16
Configuration .baseUrl = "https://en.wikipedia.org/wiki/Main_Page" ;
17
17
Configuration .headless = true ;
18
- Configuration .browser = Browsers .CHROME ;
18
+ Configuration .browser = Browsers .EDGE ;
19
19
}
20
20
21
21
@ Test
You can’t perform that action at this time.
0 commit comments