mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
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");
|
||||
e.clipboardData = { getData: () => text };
|
||||
element.dispatchEvent(e);
|
||||
};
|
||||
}
|
||||
|
||||
componentTest("pasting a list of usernames", {
|
||||
template: `{{user-selector usernames=usernames class="test-selector"}}`,
|
||||
|
|
Loading…
Reference in New Issue
Block a user