mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
DEV: migrate tests to async/await
This commit is contained in:
@ -78,8 +78,8 @@ QUnit.test("Subcategory list settings", async assert => {
|
||||
);
|
||||
|
||||
await click(".edit-category-general");
|
||||
await categoryChooser.expandAwait();
|
||||
await categoryChooser.selectRowByValueAwait(3);
|
||||
await categoryChooser.expand();
|
||||
await categoryChooser.selectRowByValue(3);
|
||||
|
||||
await click(".edit-category-settings a");
|
||||
|
||||
|
Reference in New Issue
Block a user