From 7aa880beec5fc498de6078112f68b9f6ed99066b Mon Sep 17 00:00:00 2001 From: Aaron Fay Date: Mon, 3 Jan 2022 13:00:07 -0800 Subject: [PATCH] update assertion selector for success message --- tests/test-contact-form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-contact-form.json b/tests/test-contact-form.json index 1cd91d3..a41fd3c 100644 --- a/tests/test-contact-form.json +++ b/tests/test-contact-form.json @@ -42,7 +42,7 @@ }, { "command": "assertTextPresent", - "target": ".fw-bolder", + "target": "#submitSuccessMessage", "value": "Form submission successful!" } ]