discourse/plugins/poll/test/javascripts/helpers/display-poll-builder-button...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
280 B
Plaintext
Raw Normal View History

import selectKit from "discourse/tests/helpers/select-kit-helper";
export async function displayPollBuilderButton() {
await visit("/");
await click("#create-topic");
await click(".d-editor-button-bar .options");
await selectKit(".toolbar-popup-menu-options").expand();
}