Skip to content

Commit 18c1922

Browse files
committed
#1330 - Fix tests
1 parent fcc23ea commit 18c1922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/Web/Tools/Controllers/ModelsControllerCest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testEditAction(AcceptanceTester $I): void
7373
/**
7474
* Enter to edit Model Page
7575
*/
76-
$I->click(".table a.btn-xs:nth-child(1)");
76+
$I->click(".table a.btn-sm:nth-child(1)");
7777
$I->see('Editing Model');
7878

7979
/**
@@ -85,7 +85,7 @@ public function testEditAction(AcceptanceTester $I): void
8585
/**
8686
* Check if contents was saved
8787
*/
88-
$I->click(".table a.btn-xs:nth-child(1)");
88+
$I->click(".table a.btn-sm:nth-child(1)");
8989
$I->see('Editing Model');
9090
$I->see($newCode);
9191

0 commit comments

Comments
 (0)