File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/functionaltest/java/com/ericsson/ei/frontend Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 - uses : actions/checkout@v4
3333 - uses : browser-actions/setup-firefox@v1
3434 with :
35- firefox-version : ' latest '
35+ firefox-version : ' 140.0esr '
3636 - uses : actions/setup-java@v4
3737 with :
3838 distribution : ' temurin'
39- java-version : ' 17'
39+ java-version : ' 17.0.5+8 '
4040
4141 - name : Install Maven
4242 shell : bash
4747
4848 - name : Run unit and functional tests
4949 run : |
50+ mvn clean
5051 mvn test -B
5152
5253
Original file line number Diff line number Diff line change 130130 <dependency >
131131 <groupId >org.apache.commons</groupId >
132132 <artifactId >commons-lang3</artifactId >
133- <version >3.9 </version >
133+ <version >3.18.0 </version >
134134 </dependency >
135135 <dependency >
136136 <groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public void testAddSubscriptionAndVerifyForm() throws Exception {
103103 setupMockEndpoints (security , username );
104104 loadAndRefreshSubscriptionPage ();
105105 clickAddSubscriptionAndVerifyFormOpen ();
106+ Thread .sleep (3000 );
106107 clickFormCancelAndVerifyFormClosed ();
107108 clickCloneSubscriptionAndVerifyFormOpen ();
108109 clickFormCancelAndVerifyFormClosed ();
You can’t perform that action at this time.
0 commit comments