Skip to content

Commit b7dc755

Browse files
committed
updated selenium test pages version for bug fix
Selenium test pages search wasn't working because cookies js was not found (spelling error in file name)
1 parent f4fc238 commit b7dc755

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ v1.4 - split into multiple pom.xnl
3131
<sparktesting.version>1-0-0</sparktesting.version>
3232
<compendiumdevapps.version>1-1-0</compendiumdevapps.version>
3333
<restlisticator.version>1-2-0</restlisticator.version>
34-
<seleniumtestpages.version>1-3-0</seleniumtestpages.version>
34+
<!--
35+
1.3.1 has a fix for search engine page because the javascript for cookies was not loaded
36+
-->
37+
<seleniumtestpages.version>1-3-1</seleniumtestpages.version>
3538
<testingappsroot.version>1-1-0</testingappsroot.version>
3639

3740
<!-- Last release was...
@@ -45,7 +48,9 @@ v1.4 - split into multiple pom.xnl
4548
<!-- COLLECTED APPS -->
4649
<!-- 1-2-0 has the pulper with CRUD and formatting-->
4750
<!-- 1-3-0 has the pulper with 4 switchable versions with different capabilities as shown in help file-->
48-
<!-- 1-3-1 has the pulper with v5 - fetch javascript create on author -->
51+
<!-- 1-3-1 has the pulper with v5 - fetch javascript create on author
52+
and Selenium Test pages has the search engine page fix for cookies
53+
-->
4954
<collectedapp.version>1-3-1</collectedapp.version>
5055

5156

java/testingapps/seleniumtestpages/src/main/resources/web/cookies_Search.js renamed to java/testingapps/seleniumtestpages/src/main/resources/web/cookies_search.js

File renamed without changes.

0 commit comments

Comments
 (0)