oops
This commit is contained in:
parent
168b72bdea
commit
9811207019
@ -308,7 +308,7 @@ const continueToForm = {
|
|||||||
name: "continueToForm",
|
name: "continueToForm",
|
||||||
match: node => node.classList.contains("verspaetung-bestaetigung"),
|
match: node => node.classList.contains("verspaetung-bestaetigung"),
|
||||||
execute: node => {
|
execute: node => {
|
||||||
$$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()).focus();
|
$$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user