Skip to content

Commit

Permalink
increased delay before closing creative
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jun 26, 2024
1 parent f15aa4a commit c662af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/CreativeUITest/CreativeUITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class CreativeUITest: XCTestCase, BaseXCTestCase {

HomePage
.tapOnPushMeToCreative()
.addDelay(seconds: 4)
.addDelay(seconds: 5)

CreativePage
.tapOnCloseCreative()
Expand Down

0 comments on commit c662af4

Please sign in to comment.