From b483ff56c663e2d346df8f1f243100007c2c93c9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 31 Jan 2022 14:28:00 -0500 Subject: tidy up, add git hash to src link --- test/system/machines_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/system/machines_test.rb') 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 -- cgit 1.4.1