DEV: Make frontend tests work with ember-cli (#144)

This commit is contained in:
Jarek Radosz
2021-09-22 11:13:32 +02:00
committed by GitHub
parent 4626483514
commit 545fb426f3
3 changed files with 98 additions and 84 deletions
@@ -6,6 +6,7 @@ import {
} from "discourse/tests/helpers/qunit-helpers";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import I18n from "I18n";
import { test } from "qunit";
acceptance("Data Explorer Plugin | List Queries", function (needs) {
needs.user();
@@ -7,6 +7,7 @@ import {
import { click, fillIn, visit } from "@ember/test-helpers";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import I18n from "I18n";
import { test } from "qunit";
acceptance("Data Explorer Plugin | Run Query", function (needs) {
needs.user();