2019-06-06 04:47:10 -04:00
|
|
|
import selectKit from "helpers/select-kit-helper";
|
|
|
|
|
2017-12-04 08:47:11 -05:00
|
|
|
export function displayPollBuilderButton() {
|
|
|
|
visit("/");
|
|
|
|
click("#create-topic");
|
|
|
|
click(".d-editor-button-bar .options");
|
2017-12-22 07:08:12 -05:00
|
|
|
selectKit(".toolbar-popup-menu-options").expand();
|
2017-12-04 08:47:11 -05:00
|
|
|
}
|