Skip to content

Commit 9e9a51d

Browse files
author
Dorazil
committed
Add group actions and shift-click range selection to DataGrid
1 parent dab62bd commit 9e9a51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/TravelCest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected function newTravelOrder(AcceptanceTester $I, string $name, string $lic
9797
$I->fillField('#frm-form-form-amortization', '1.20');
9898

9999
// 6) Odeslání
100-
$I->scrollTo('[name=send]');
100+
$I->scrollTo('footer');
101101
$I->click('[name=send]');
102102

103103
// 7) Ověření (uprav dle app – flash zpráva / redirect / nadpis)
@@ -227,7 +227,7 @@ protected function newContract(AcceptanceTester $I, string $unitRepresentative):
227227
$I->click('#frm-formCreateContract-passengerBirthday');
228228
$I->fillField('#frm-formCreateContract-passengerBirthday', '01.01.1990');
229229
$I->pressKey('#frm-formCreateContract-passengerBirthday', [WebDriverKeys::TAB]);
230-
$I->scrollTo('[name=send]');
230+
$I->scrollTo('footer');
231231
$I->click('#frm-formCreateContract [name=send]');
232232
$I->waitForText('Smlouva byla založena.');
233233
$I->see($unitRepresentative);

0 commit comments

Comments
 (0)