We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc23ea commit 18c1922Copy full SHA for 18c1922
tests/acceptance/Web/Tools/Controllers/ModelsControllerCest.php
@@ -73,7 +73,7 @@ public function testEditAction(AcceptanceTester $I): void
73
/**
74
* Enter to edit Model Page
75
*/
76
- $I->click(".table a.btn-xs:nth-child(1)");
+ $I->click(".table a.btn-sm:nth-child(1)");
77
$I->see('Editing Model');
78
79
@@ -85,7 +85,7 @@ public function testEditAction(AcceptanceTester $I): void
85
86
* Check if contents was saved
87
88
89
90
$I->see($newCode);
91
0 commit comments