From 9a13297713d5217536c46b52979bb18fb38b0ba9 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 31 Jan 2023 17:54:14 -0500 Subject: [PATCH] CI: Fix Behat profile.feature --- tests/behat/features/profile.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/behat/features/profile.feature b/tests/behat/features/profile.feature index 3143f409de..36da7ec277 100644 --- a/tests/behat/features/profile.feature +++ b/tests/behat/features/profile.feature @@ -10,6 +10,7 @@ Feature: Profile page And I wait for the page to be loaded And I fill in the following: | profile_firstname | Andrew | + | profile_lastname | Doe | And I press "update_profile" And I wait for the page to be loaded Then I should see "Andrew Doe" @@ -17,6 +18,7 @@ Feature: Profile page And I wait for the page to be loaded And I fill in the following: | profile_firstname | Andrea | + | profile_lastname | Costea | And I press "update_profile" And wait for the page to be loaded - Then I should see "Andrea Doe" + Then I should see "Andrea Costea"