FIX: Ran prettier on user-selector-test (#8700)
This commit is contained in:
parent
5898afaa73
commit
7ee09aa0d2
|
@ -6,7 +6,7 @@ function paste(element, text) {
|
||||||
let e = new Event("paste");
|
let e = new Event("paste");
|
||||||
e.clipboardData = { getData: () => text };
|
e.clipboardData = { getData: () => text };
|
||||||
element.dispatchEvent(e);
|
element.dispatchEvent(e);
|
||||||
};
|
}
|
||||||
|
|
||||||
componentTest("pasting a list of usernames", {
|
componentTest("pasting a list of usernames", {
|
||||||
template: `{{user-selector usernames=usernames class="test-selector"}}`,
|
template: `{{user-selector usernames=usernames class="test-selector"}}`,
|
||||||
|
|
Loading…
Reference in New Issue