From 8f5a651e51a0f6f476bc7342fc261a3183913702 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Sun, 10 May 2020 19:54:07 +0200 Subject: [PATCH] DEV: No need for double `await` --- test/javascripts/acceptance/category-edit-security-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/acceptance/category-edit-security-test.js b/test/javascripts/acceptance/category-edit-security-test.js index 131b26ff9dd..1bab13f1e4d 100644 --- a/test/javascripts/acceptance/category-edit-security-test.js +++ b/test/javascripts/acceptance/category-edit-security-test.js @@ -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"