We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post-menu
Description: Enhance the end-to-end test coverage for the post-menu component by adding the following test cases:
Toggle Visibility Test:
@menu
Multiple Triggers and Menus - Independent Toggling:
toggleA
toggleB
menuA
menuB
Multiple Triggers for One Menu:
The text was updated successfully, but these errors were encountered:
post-menu-trigger
No branches or pull requests
Description:
Enhance the end-to-end test coverage for the
post-menu
component by adding the following test cases:Test Cases to Implement:
Toggle Visibility Test:
@menu
is visible after toggling.Multiple Triggers and Menus - Independent Toggling:
toggleA
andtoggleB
) and two menus (menuA
andmenuB
).toggleA
tomenuA
andtoggleB
tomenuB
.toggleA
toggles onlymenuA
.toggleB
toggles onlymenuB
.Multiple Triggers for One Menu:
toggleA
andtoggleB
) and two menus (menuA
andmenuB
).toggleA
andtoggleB
tomenuA
, leavingmenuB
unconnected.toggleA
togglesmenuA
.toggleB
also togglesmenuA
.menuB
is not affected by either trigger.The text was updated successfully, but these errors were encountered: