Skip to content

Commit

Permalink
Update steps for API Key request access and gwa generate confin
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajCITZ committed Sep 6, 2023
1 parent ae9be16 commit 831f1ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ describe('Request Access without colleting credential Spec', () => {
})
})

it('creates an application', () => {
cy.visit(app.path)
cy.get('@developer').then(({ application }: any) => {
app.createApplication(application)
})
})

it('Collect the credentials', () => {
cy.visit(apiDir.path)
cy.get('@developer').then(({ product, application,accessRequest }: any) => {
Expand Down
4 changes: 4 additions & 0 deletions e2e/cypress/tests/16-gwa-cli/02-cli-generate-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ describe('Verify CLI commands for generate/apply config', () => {
pd.verifyDataset('my-service', 'my-service API')
})

it('Navigate to home path', () => {
cy.visit(login.path)
})

after(() => {
cy.logout()
cy.clearLocalStorage({ log: true })
Expand Down

0 comments on commit 831f1ce

Please sign in to comment.