mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
DEV: No need for double await
This commit is contained in:
parent
09caf614de
commit
8f5a651e51
|
@ -84,7 +84,7 @@ QUnit.test("adding a previously removed permission", async assert => {
|
|||
await visit("/c/bug");
|
||||
|
||||
await click(".edit-category");
|
||||
await await click("li.edit-category-security a");
|
||||
await click("li.edit-category-security a");
|
||||
await click(".edit-category-tab-security .edit-permission");
|
||||
await click(
|
||||
".edit-category-tab-security .permission-list li:first-of-type .remove-permission"
|
||||
|
|
Loading…
Reference in New Issue
Block a user