Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress org admin #823

Merged
merged 25 commits into from
Jun 7, 2023
Merged

Cypress org admin #823

merged 25 commits into from
Jun 7, 2023

Conversation

nirajCITZ
Copy link
Contributor

Added scenarios for JWK Public Key and CORS plugins

nirajCITZ and others added 24 commits March 31, 2023 10:17
1)Cypress test to verify free (Public) access
2)Cypress Test - Delete Service account
3)Cypress Test - Verify rate_limiting_902 and rate_limiting plugins by applying them to different level
4)Cypress Test for Org Admin
… into cypress-org-admin

# Conflicts:
#	e2e/cypress.config.ts
#	e2e/cypress/tests/03-manage-labels/03-link-consumers.ts
…rg-admin

# Conflicts:
#	src/mocks/resolvers/service-accounts.js
#	src/nextapp/components/access-list/access-list-row.tsx
Comment on lines 14 to 28
debugger
return cy.get(this.corsResponseTxtForHeader).invoke('text').then((text:any) => {
debugger
return text
})
}

getStatusAfterClickOnCORS(): Cypress.Chainable<any> {
cy.wait(5000)
cy.get(this.corsButton).click({force:true})
cy.wait(8000)
// Perform interactions or assertions on the page elements
debugger
return cy.get(this.corsResponseTxt).invoke('text').then((text:any) => {
debugger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugger statements

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some debugger statements here as well

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too

@nirajCITZ nirajCITZ merged commit 54e2556 into dev Jun 7, 2023
1 check passed
ikethecoder added a commit that referenced this pull request Jun 8, 2023
@nirajCITZ nirajCITZ deleted the cypress-org-admin branch March 25, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants