mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 11:25:15 +08:00
FIX: Lots of plugin tests were using old, non-Ember compat CLI APIs (#13320)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import selectKit from "discourse/tests/helpers/select-kit-helper";
|
||||
import { click, visit } from "@ember/test-helpers";
|
||||
|
||||
export async function displayPollBuilderButton() {
|
||||
await visit("/");
|
||||
|
Reference in New Issue
Block a user