Skip to content

Commit

Permalink
Functional Tests : Fixed name of the scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Oct 19, 2023
1 parent 74b48e9 commit 1510460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type {BrowserContext, Page} from 'playwright';

const baseContext: string = 'functional_BO_advancedParameters_authorizationServer_editAPIAccess';

describe('BO - Advanced Parameter - API Access : Edit API Access', async () => {
describe('BO - Advanced Parameter - Authorization Server : Edit API Access', async () => {
let browserContext: BrowserContext;
let page: Page;

Expand Down

0 comments on commit 1510460

Please sign in to comment.