mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 05:53:55 +08:00
315b9d796d
* better test helper * more reliable tests * more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
export function displayPollBuilderButton() {
|
|
visit("/");
|
|
click("#create-topic");
|
|
click(".d-editor-button-bar .options");
|
|
selectKit(".toolbar-popup-menu-options").expand();
|
|
}
|