Skip to content

Update dependency phoenix_test_playwright to ~> 0.16.0 - #2231

Merged
Flo0807 merged 1 commit into
developfrom
renovate/demo-phoenix_test_playwright-0.x
Aug 31, 2026
Merged

Update dependency phoenix_test_playwright to ~> 0.16.0#2231
Flo0807 merged 1 commit into
developfrom
renovate/demo-phoenix_test_playwright-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
phoenix_test_playwright (source) dev minor ~> 0.15.0~> 0.16.0

Release Notes

ftes/phoenix_test_playwright (phoenix_test_playwright)

v0.16.0

Added
  • Support phoenix_test v0.12.1:
    • Target links, buttons, form controls, and assertions via aria-label and single-reference aria-labelledby using Playwright's native locators.
Changed
  • Document where Playwright's accessible-name and label-locator semantics intentionally differ from PhoenixTest's HTML parser.
  • Document that select(..., exact_option: false) is unsupported because Playwright selects option labels exactly.
  • Isolate Playwright-specific tests with test-local markup instead of a shared LiveView fixture.
Fixed
  • Eliminate compiler warnings under Elixir 1.20.
  • Match PhoenixTest assertion semantics for label exactness, one-based at positions, title refutations, and Phoenix.HTML.Safe text and values.
  • Fix for assert_has(selector, text: ...) failing when a hidden text match precedes a visible one in DOM order (#​194)
  • Make click(selector, text) click the selector element containing visible text without hidden duplicate text descendants causing a strictness failure (#​220)
  • Wait for browser contexts and browsers to close during graceful ExUnit and application shutdown,
    closing pooled browsers concurrently (#​205)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added demo Changes and features added to backpex demo application dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code ignore-for-release Should not appear in releas notes labels Aug 30, 2026
@renovate
renovate Bot requested a review from Flo0807 August 30, 2026 14:29
@Flo0807
Flo0807 added this pull request to the merge queue Aug 31, 2026
Merged via the queue into develop with commit fe31f55 Aug 31, 2026
9 checks passed
@Flo0807
Flo0807 deleted the renovate/demo-phoenix_test_playwright-0.x branch August 31, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

demo Changes and features added to backpex demo application dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code ignore-for-release Should not appear in releas notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant