Skip to content

Commit

Permalink
Revert "Expect toasts to render"
Browse files Browse the repository at this point in the history
This reverts commit e473b9c.
  • Loading branch information
aaron-contreras committed Aug 22, 2024
1 parent 7cc1139 commit 7def0b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/features/projects/persisted_lists_sharing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@

# Can save the project list
projects_index_page.save_query
projects_index_page.expect_toast(message: "The modified list has been saved")
# TODO: Toast is currently not rendered in turbo actions
# projects_index_page.expect_toast(message: "The modified list has been saved")
end
end
end
Expand Down Expand Up @@ -297,7 +298,8 @@

# Can save the project list
projects_index_page.save_query
projects_index_page.expect_toast(message: "The modified list has been saved")
# TODO: Toast is currently not rendered in turbo actions
# projects_index_page.expect_toast(message: "The modified list has been saved")
end
end
end
Expand Down

0 comments on commit 7def0b9

Please sign in to comment.