From 7def0b999934cfb8de7257ad43f3a85baae54742 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Thu, 22 Aug 2024 14:43:45 -0500 Subject: [PATCH] Revert "Expect toasts to render" This reverts commit e473b9ce430df38a0e7527bb0c88f3a132f95b28. --- spec/features/projects/persisted_lists_sharing_spec.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spec/features/projects/persisted_lists_sharing_spec.rb b/spec/features/projects/persisted_lists_sharing_spec.rb index 975412e3c554..32d7f904baae 100644 --- a/spec/features/projects/persisted_lists_sharing_spec.rb +++ b/spec/features/projects/persisted_lists_sharing_spec.rb @@ -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 @@ -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