mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-25 07:54:11 -05:00
Rename name for acceptance test.
This commit is contained in:
parent
44b691a1b4
commit
abcdbe24b5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { acceptance } from "helpers/qunit-helpers";
|
import { acceptance } from "helpers/qunit-helpers";
|
||||||
|
|
||||||
acceptance('composer', { loggedIn: true });
|
acceptance('Details Button', { loggedIn: true });
|
||||||
|
|
||||||
function findTextarea() {
|
function findTextarea() {
|
||||||
return find(".d-editor-input")[0];
|
return find(".d-editor-input")[0];
|
||||||
|
|
Loading…
Reference in a new issue