Skip to content

Commit

Permalink
feat: change menu
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Nov 8, 2024
1 parent f4e5472 commit 3c22f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/job/preheats/preheats.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Preheats', () => {

cy.get('[data-testid="isloading"]').should('not.exist');

cy.get(':nth-child(3) > .css-ibh903-MuiButtonBase-root-MuiListItemButton-root').click();
cy.get('.MuiList-root > :nth-child(3) > .MuiButtonBase-root').click();

// Whether the style selected by menu is Preheat.
cy.get(
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/job/task/executions.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Executions', () => {

cy.get('#list-11 > .css-1mlhis1').should('exist').find('#PENDING-11').should('exist');

cy.get(':nth-child(3) > .css-ibh903-MuiButtonBase-root-MuiListItemButton-root').click();
cy.get('.MuiList-root > :nth-child(3) > .MuiButtonBase-root').click();

// Whether the style selected by menu is Task.
cy.get(
Expand Down

0 comments on commit 3c22f12

Please sign in to comment.