Skip to content

Commit 44ab4a8

Browse files
committed
[rb][dotnet][java][py] Update Edge to 123
1 parent cafb91a commit 44ab4a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

rb/spec/integration/selenium/webdriver/driver_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ module WebDriver
148148
end
149149

150150
it 'raises if invalid locator',
151-
exclude: {browser: %i[safari safari_preview chrome],
152-
reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
151+
except: {browser: %i[chrome edge],
152+
reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
153+
exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
153154
driver.navigate.to url_for('xhtmlTest.html')
154155
expect {
155156
driver.find_element(xpath: '*?//-')

scripts/pinned_browsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def edge():
221221
name = "edge-js",
222222
data = glob(["Edge.app/**/*"]),
223223
)
224-
\"\"\"
224+
\"\"\",
225225
)
226226
""" % (
227227
mac,

0 commit comments

Comments
 (0)