We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2ad37 commit 3310f23Copy full SHA for 3310f23
selenium/test/basic-auth/ac-management.js
@@ -59,7 +59,7 @@ describe('management user with vhosts permissions', function () {
59
await overview.clickOnAdminTab()
60
await admin.clickOnLimits()
61
await limits.list_virtual_host_limits()
62
- assert.rejects(limits.list_user_limits())
+ assert.rejects(await limits.list_user_limits())
63
})
64
65
0 commit comments