Skip to content

Commit

Permalink
[rb][dotnet][java][py] Update Edge to 123
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 18, 2024
1 parent cafb91a commit 44ab4a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions rb/spec/integration/selenium/webdriver/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ module WebDriver
end

it 'raises if invalid locator',
exclude: {browser: %i[safari safari_preview chrome],
reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
except: {browser: %i[chrome edge],
reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
driver.navigate.to url_for('xhtmlTest.html')
expect {
driver.find_element(xpath: '*?//-')
Expand Down
2 changes: 1 addition & 1 deletion scripts/pinned_browsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def edge():
name = "edge-js",
data = glob(["Edge.app/**/*"]),
)
\"\"\"
\"\"\",
)
""" % (
mac,
Expand Down

0 comments on commit 44ab4a8

Please sign in to comment.