Skip to content

Commit

Permalink
fix custom consent ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Aug 23, 2024
1 parent ca7ad8b commit 44cea3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ class SPGDPRExampleAppUITests: QuickSpec {

it("Consenting and Deleting custom vendor persist after relaunch") {
self.app.relaunch(clean: true, resetAtt: true, args: [
"att": false,
"att": true,
"ccpa": false
])
self.runAttScenario()
self.acceptGDPRMessage()

expect(self.app.sdkStatusLabel).toEventually(containText("Finished"))
Expand Down

0 comments on commit 44cea3c

Please sign in to comment.