Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Dec 15, 2022
1 parent c4b2ae2 commit 57c7590
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class AutoSendTest {
testDependencies.scheduler.runDeferredTasks()

mainMenuPage
.clickViewSentForm(0)
.assertTextDoesNotExist("One Question")
.clickViewSentForm(1)
.assertText("One Question")

notificationDrawerRule
.open()
Expand Down Expand Up @@ -129,8 +129,8 @@ class AutoSendTest {
testDependencies.scheduler.runDeferredTasks()

mainMenuPage
.clickViewSentForm(0)
.assertTextDoesNotExist("One Question Autosend")
.clickViewSentForm(1)
.assertText("One Question Autosend")

notificationDrawerRule
.open()
Expand Down

0 comments on commit 57c7590

Please sign in to comment.