Skip to content
Snippets Groups Projects
Verified Commit b8f618c4 authored by Kent Richards's avatar Kent Richards :speech_balloon:
Browse files

Issue #3085781: Code style fixes

parent f775f1ef
No related branches found
No related tags found
1 merge request!11337Resolve #3085781 "Aria pressed attribute isn't updated correctly"
......@@ -104,10 +104,11 @@ public function testEmptyTray(): void {
* Uses `waitFor()` to pause until either the condition is met or the timeout
* of `1` second has passed.
*
* @param NodeElement $element
* @param \Behat\Mink\Element\NodeElement $element
* The element to be tested.
* @param bool $expected
* The expected value of `aria-pressed`, as a boolean.
*
* @throws ExpectationFailedException
*/
private function waitAndAssertAriaPressedState(NodeElement $element, $expected): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment