From f59133bb77c878c1f06e9b52e3aa1fb2a75ec5b4 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Mon, 21 Oct 2024 13:06:37 -0400 Subject: [PATCH] test --- test/system/students_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/students_test.rb b/test/system/students_test.rb index af762b9..85d0c81 100644 --- a/test/system/students_test.rb +++ b/test/system/students_test.rb @@ -20,7 +20,7 @@ class StudentsTest < ApplicationSystemTestCase click_link('Create ETD Student Record') page.accept_alert - page.should have_selector?('#send_invitation_email') + page.find_link('Send invitation email') save_screenshot