Skip to content

Commit

Permalink
ui: refactor the UI with the nav menu (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
  • Loading branch information
LinuxSuRen and LinuxSuRen committed Nov 29, 2023
1 parent 40f27c5 commit 02f23fe
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 575 deletions.
1 change: 1 addition & 0 deletions console/atest-ui/cypress/e2e/gRPC.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('gRPC', () => {
it('Create Suite', () => {
cy.visit('/')
cy.get('.introjs-skipbutton').click()
cy.get('[test-id="testing-menu"]').click()

createTestSuite(store, 'gRPC', suiteName, sampleAPIAddress)
})
Expand Down
1 change: 1 addition & 0 deletions console/atest-ui/cypress/e2e/http.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('Suite Manage', () => {
it('Create Suite', () => {
cy.visit('/')
cy.get('.introjs-skipbutton').click()
cy.get('[test-id="testing-menu"]').click()

cy.contains('span', 'Tool Box')
createTestSuite(store, 'HTTP', suiteName, sampleAPIAddress)
Expand Down
Loading

0 comments on commit 02f23fe

Please sign in to comment.