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

Fix adapt css with split #1600

Merged
merged 21 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6bf6a8d
I imagine the intention in #1509 was to also retry when the `describe…
eoghanmurray Jan 17, 2025
1161f18
Attempt 1
eoghanmurray Nov 29, 2024
bf646a6
Apply adaption even if split is within something that needs to be ada…
eoghanmurray Nov 29, 2024
85bd85e
Apply formatting changes
eoghanmurray Nov 29, 2024
8b5658a
Fix algorithm; checks against `ix_end` within loop were incorrect whe…
eoghanmurray Dec 2, 2024
94268f9
These commands are handy within a package
eoghanmurray Dec 2, 2024
bdb6fa2
Begone ye camelCase
eoghanmurray Jan 10, 2025
7eeb5e2
Satisfy eslint
eoghanmurray Jan 10, 2025
18438f2
Revert "These commands are handy within a package"
eoghanmurray Jan 10, 2025
eb958c4
Length check against wrong array was causing 'should record style mut…
eoghanmurray Jan 14, 2025
2f4f44a
tmp: Checking something against output of test
eoghanmurray Jan 21, 2025
2fc8139
Iterating to get the next error bit
eoghanmurray Jan 21, 2025
897e1d3
iterate
eoghanmurray Jan 22, 2025
74beb68
Apply formatting changes
eoghanmurray Jan 22, 2025
3034147
Triggering Github Actions build again
eoghanmurray Jan 22, 2025
37f5371
Reverting recent experiments as I have a good vs. a bad snapshot now …
eoghanmurray Jan 23, 2025
73245ca
Fix up the 'should replace the existing DOM nodes on iframe navigatio…
eoghanmurray Jan 23, 2025
22d2424
Merge remote-tracking branch 'upstream/master' into fixAdaptCssWithSplit
eoghanmurray Jan 29, 2025
b9f23d3
Merge remote-tracking branch 'upstream/master' into fixAdaptCssWithSplit
eoghanmurray Feb 4, 2025
1ccb538
Merge remote-tracking branch 'upstream/master' into fixAdaptCssWithSplit
eoghanmurray Feb 5, 2025
485dd21
Merge remote-tracking branch 'upstream/master' into fixAdaptCssWithSplit
eoghanmurray Feb 6, 2025
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
Triggering Github Actions build again
  • Loading branch information
eoghanmurray committed Jan 22, 2025
commit 3034147c3ac0796386b8c9f82a2ec89fc698cad1
1 change: 1 addition & 0 deletions packages/rrweb/test/record/cross-origin-iframes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ describe('cross origin iframes', function (this: ISuite) {
const events: eventWithTime[] = await ctx.page.evaluate(
() => (window as unknown as IWindow).snapshots,
);

expect(events).toMatchObject([
{
data: {
Expand Down
Loading