about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/system/machines_test.rb2
-rw-r--r--test/system/players_test.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/system/machines_test.rb b/test/system/machines_test.rb
index 1a8414a..43c1949 100644
--- a/test/system/machines_test.rb
+++ b/test/system/machines_test.rb
@@ -37,6 +37,6 @@ class MachinesTest < ApplicationSystemTestCase
     visit machine_url(@machine)
     click_on "Delete #{@machine.name}", match: :first
 
-    assert_text 'Machine was successfully destroyed'
+    assert_text 'Machine was successfully removed'
   end
 end
diff --git a/test/system/players_test.rb b/test/system/players_test.rb
index 69f08e9..4ea9751 100644
--- a/test/system/players_test.rb
+++ b/test/system/players_test.rb
@@ -39,6 +39,6 @@ class PlayersTest < ApplicationSystemTestCase
     visit player_url(@player)
     click_on "Delete #{@player.name}", match: :first
 
-    assert_text 'Player was successfully destroyed'
+    assert_text 'Player was successfully removed'
   end
 end