Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update playwright driver to 1.50.1 #323

Merged
merged 16 commits into from
Feb 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove pending; fixed in microsoft/playwright#34227
  • Loading branch information
YusukeIwaki committed Feb 2, 2025
commit 6bdd883097643d311991721b7c3a6583079967f3
6 changes: 0 additions & 6 deletions spec/integration/page/aria_snapshot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ def check_and_match_snapshot(locator, snapshot)
end

it 'should escape yaml text in text nodes' do
pending 'not escaped by playwright driver...'

with_page do |page|
page.content = <<~HTML
<details>
Expand Down Expand Up @@ -514,8 +512,6 @@ def check_and_match_snapshot(locator, snapshot)
end

it 'should escape special yaml characters' do
pending 'not escaped by playwright driver...'

with_page do |page|
page.content = <<~HTML
<a href="#">@hello</a>@hello
Expand All @@ -540,8 +536,6 @@ def check_and_match_snapshot(locator, snapshot)
end

it 'should escape special yaml values' do
pending 'not escaped by playwright driver...'

with_page do |page|
page.content = <<~HTML
<a href="#">true</a>False
Expand Down