Rename name for acceptance test.

This commit is contained in:
Guo Xiang Tan 2016-06-17 16:30:55 +08:00
parent 44b691a1b4
commit abcdbe24b5
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72

View File

@ -1,6 +1,6 @@
import { acceptance } from "helpers/qunit-helpers";
acceptance('composer', { loggedIn: true });
acceptance('Details Button', { loggedIn: true });
function findTextarea() {
return find(".d-editor-input")[0];