Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
b8f618c4
Verified
Commit
b8f618c4
authored
2 months ago
by
Kent Richards
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3085781
: Code style fixes
parent
f775f1ef
No related branches found
No related tags found
1 merge request
!11337
Resolve #3085781 "Aria pressed attribute isn't updated correctly"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
+2
-1
2 additions, 1 deletion
...tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
with
2 additions
and
1 deletion
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
+
2
−
1
View file @
b8f618c4
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment