mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 21:57:50 +08:00
select-kit refactoring
* better test helper * more reliable tests * more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
This commit is contained in:
@ -2,6 +2,5 @@ export function displayPollBuilderButton() {
|
||||
visit("/");
|
||||
click("#create-topic");
|
||||
click(".d-editor-button-bar .options");
|
||||
|
||||
expandSelectKit('.toolbar-popup-menu-options');
|
||||
selectKit(".toolbar-popup-menu-options").expand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user