mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 23:46:21 +08:00
9 lines
234 B
JavaScript
9 lines
234 B
JavaScript
import selectKit from "helpers/select-kit-helper";
|
|
|
|
export function displayPollBuilderButton() {
|
|
visit("/");
|
|
click("#create-topic");
|
|
click(".d-editor-button-bar .options");
|
|
selectKit(".toolbar-popup-menu-options").expand();
|
|
}
|