We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async
describe
1 parent 7bd378e commit 0e25713Copy full SHA for 0e25713
1 file changed
selenium/test/oauth/with-basic-auth/happy-login.js
@@ -40,7 +40,7 @@ describe('An user with administrator tag', function () {
40
await overview.logout()
41
})
42
43
- describe("and logged in via OAuth 2.0", async function() {
+ describe("and logged in via OAuth 2.0", function() {
44
before(async function() {
45
await homePage.clickToLogin()
46
await idpLogin.login('rabbit_admin', 'rabbit_admin')
@@ -60,7 +60,7 @@ describe('An user with administrator tag', function () {
60
61
62
63
- describe("and logged in via basic auth", async function() {
+ describe("and logged in via basic auth", function() {
64
65
await homePage.toggleBasicAuthSection()
66
await homePage.basicAuthLogin('guest', 'guest')
0 commit comments