Skip to content

Commit

Permalink
fix expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 16, 2025
1 parent 03059f3 commit 21a5bd4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void appName() throws Exception {
@Alerts(CHROME = "5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64)\\sAppleWebKit/537.36\\s"
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36",
EDGE = "5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64)\\sAppleWebKit/537.36\\s"
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36\\sEdg/131.0.0.0",
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36\\sEdg/132.0.0.0",
FF = "5.0\\s(Windows)",
FF_ESR = "5.0\\s(Windows)")
public void appVersion() throws Exception {
Expand Down Expand Up @@ -163,7 +163,7 @@ public void product() throws Exception {
@Alerts(CHROME = "Mozilla/5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64)\\sAppleWebKit/537.36\\s"
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36",
EDGE = "Mozilla/5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64)\\sAppleWebKit/537.36\\s"
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36\\sEdg/131.0.0.0",
+ "(KHTML,\\slike\\sGecko)\\sChrome/132.0.0.0\\sSafari/537.36\\sEdg/132.0.0.0",
FF = "Mozilla/5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64;\\srv:134.0)\\sGecko/20100101\\sFirefox/134.0",
FF_ESR = "Mozilla/5.0\\s(Windows\\sNT\\s10.0;\\sWin64;\\sx64;\\srv:128.0)\\sGecko/20100101\\sFirefox/128.0")
public void userAgent() throws Exception {
Expand Down

0 comments on commit 21a5bd4

Please sign in to comment.