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

ci(visual-tests): Fix RawInputAutosize having flaky overflow #25445

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

Twixes
Copy link
Member

@Twixes Twixes commented Oct 7, 2024

Problem

LemonInputSelect snapshots are flaky, wasting everyone's time.

Changes

Dug deeper and realized the problem is text-overflow: ellipsis – and not even ResizeObserver, since we don't use it in RawInputAutosize.

@Twixes Twixes requested review from daibhin and raquelmsmith October 7, 2024 22:35
Copy link
Contributor

github-actions bot commented Oct 7, 2024

Size Change: +3.91 kB (+0.35%)

Total Size: 1.13 MB

Filename Size Change
frontend/dist/toolbar.js 1.13 MB +3.91 kB (+0.35%)

compressed-size-action

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

14 snapshot changes in total. 0 added, 14 modified, 0 deleted:

  • chromium: 0 added, 14 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

2 snapshot changes in total. 0 added, 2 modified, 0 deleted:

  • chromium: 0 added, 2 modified, 0 deleted (diff for shard 2)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

Copy link
Member

@raquelmsmith raquelmsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice thanks!!

@Twixes Twixes enabled auto-merge (squash) October 8, 2024 11:27
@Twixes Twixes merged commit 4557217 into master Oct 8, 2024
93 checks passed
@Twixes Twixes deleted the fix-input-autosize-flaky-overflow branch October 8, 2024 11:39
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.

3 participants