From b57d39e1feb9df3a46262c0f094e7a4a688dba44 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Mon, 4 Aug 2025 11:15:53 +0800 Subject: [PATCH] MDL-86186 behat: enlarge window size before asserting --- public/admin/tests/behat/browse_users.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/public/admin/tests/behat/browse_users.feature b/public/admin/tests/behat/browse_users.feature index cdbcfbeef58..2c7d3de1275 100644 --- a/public/admin/tests/behat/browse_users.feature +++ b/public/admin/tests/behat/browse_users.feature @@ -90,6 +90,7 @@ Feature: An administrator can browse user accounts | username | firstname | lastname | email | confirmed | | user3 | User | Three | three@example.com | 0 | And I navigate to "Users > Accounts > Browse list of users" in site administration + And I change window size to "large" Then I should see "Confirmation pending" in the "User Three" "table_row" And I press "Resend confirmation email" action in the "User Three" report row And I should see "Confirmation email sent successfully"