Skip to content

fix webkit#1160

Closed
gabrielseco wants to merge 3 commits into
mainfrom
fix-webkit-e2e-problem
Closed

fix webkit#1160
gabrielseco wants to merge 3 commits into
mainfrom
fix-webkit-e2e-problem

Conversation

@gabrielseco

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 88.46% 88.46% 0%
Statements 87.87% 87.87% 0%
Functions 84.84% 84.84% 0%
Branches 79.86% 79.86% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3885 / 4392
  • Coverage: 88.46%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3947 / 4492
  • Coverage: 87.87%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1052 / 1240
  • Coverage: 84.84%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2442 / 3058
  • Coverage: 79.86%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for adp-cost-calculator ready!

Project:adp-cost-calculator
Status: ✅  Deploy successful!
Preview URL:https://adp-cost-calculator-m46l4gwgr-remotecom.vercel.app
Latest Commit:8566bc2

Deployed with vercel-action

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-e7k4jyc4v-remotecom.vercel.app
Latest Commit:8566bc2

Deployed with vercel-action

gabrielseco and others added 2 commits July 15, 2026 13:46
The previous implementation used page.on('load') which only fires after
the initial navigation completes. This meant the CSS was never injected
on the first page load, causing webkit tests to timeout waiting for
elements to be 'stable'.

Now uses page.addInitScript() to inject the CSS before any page content
loads, ensuring animations are disabled from the start.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant