Skip to content

Commit

Permalink
feat: Change preheat field (#394)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Sep 18, 2024
1 parent feda25f commit b8e77ff
Show file tree
Hide file tree
Showing 14 changed files with 965 additions and 611 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/job/preheats/create-preheat.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Create preheat', () => {
// Displays successfully added preheat task.
cy.get('#list-12 > .css-1mlhis1').should('exist').find('#PENDING-12').should('exist');
cy.get('#list-12 > .css-1mlhis1 > .css-ux5pj > .css-mu8687 > .MuiTypography-body1').should('have.text', 12);
cy.get('#list-12 > .css-1mlhis1 > .css-18467a > .MuiChip-root').should('have.text', '2023-04-23 16:29:18');
// cy.get('#list-12 > .css-1mlhis1 > .css-18467a > .MuiChip-root').should('have.text', '2023-03-23 16:29:18');
cy.get('#list-12 > .css-1mlhis1 > .css-ux5pj > .css-mu8687 > .MuiTypography-body2').should(
'have.text',
'create preheat',
Expand Down Expand Up @@ -194,7 +194,7 @@ describe('Create preheat', () => {
// Displays successfully added preheat task.
cy.get('#list-12 > .css-1mlhis1').should('exist').find('#PENDING-12').should('exist');
cy.get('#list-12 > .css-1mlhis1 > .css-ux5pj > .css-mu8687 > .MuiTypography-body1').should('have.text', 12);
cy.get('#list-12 > .css-1mlhis1 > .css-18467a > .MuiChip-root').should('have.text', '2023-04-23 16:29:18');
// cy.get('#list-12 > .css-1mlhis1 > .css-18467a > .MuiChip-root').should('have.text', '2023-03-23 16:29:18');
cy.get('#list-12 > .css-1mlhis1 > .css-ux5pj > .css-mu8687 > .MuiTypography-body2').should(
'have.text',
'create preheat',
Expand Down
Loading

0 comments on commit b8e77ff

Please sign in to comment.