Skip to content

Commit

Permalink
Merge pull request #156 from DroidKaigi/takahirom/remove-unneeded-cap…
Browse files Browse the repository at this point in the history
…tureScreenWithChecks/2024-07-23

Remove unneeded captureScreenWithChecks on about screen
  • Loading branch information
takahirom authored Jul 23, 2024
2 parents eabe63f + 5a00896 commit 0769e11
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class AboutScreenTest(
return describeBehaviors("AboutScreen") {
describe("when launch") {
run {
captureScreenWithChecks {
setupScreenContent()
}
setupScreenContent()
}
itShould("show detail section") {
captureScreenWithChecks {
Expand Down

0 comments on commit 0769e11

Please sign in to comment.