-
Notifications
You must be signed in to change notification settings - Fork 64
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
RUM-7332: Add instrumented test for Compose Session Replay #2469
base: develop
Are you sure you want to change the base?
Conversation
26c3d32
to
e07743a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2469 +/- ##
===========================================
+ Coverage 69.95% 69.97% +0.02%
===========================================
Files 786 786
Lines 29298 29298
Branches 4889 4889
===========================================
+ Hits 20493 20500 +7
+ Misses 7439 7436 -3
+ Partials 1366 1362 -4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We should probably at some point convert all the instrumented tests over to use FGM privacy levels
e07743a
to
209c8a0
Compare
209c8a0
to
2d982f2
Compare
) | ||
|
||
@Test | ||
@Ignore("To fix in RUM-7899: The test is flaky among different APIS") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ignore("To fix in RUM-7899: The test is flaky among different APIS") | |
@Ignore("To fix in RUM-7899: The test is flaky among different APIs") |
.padding(16.dp) | ||
.clip(RoundedCornerShape(16.dp)) | ||
.background(Color.Black), | ||
onClick = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be empty?
Checkbox(checked = true, onCheckedChange = {}) | ||
Checkbox(checked = false, onCheckedChange = {}) | ||
|
||
Switch(checked = true, onCheckedChange = {}) | ||
Switch(checked = false, onCheckedChange = {}) | ||
|
||
RadioButton(selected = true, onClick = {}) | ||
RadioButton(selected = false, onClick = {}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should all these be empty? or it is just to make them respond to click events?
What does this PR do?
Add instrumented test for Compose Session Replay
Motivation
RUM-7332
Review checklist (to be filled by reviewers)