Skip to content

Commit 4252f20

Browse files
authored
fix: page bug (#432)
Signed-off-by: zhaoxinxin <1186037180@qq.com>
1 parent 57803a5 commit 4252f20

37 files changed

+100
-345
lines changed

cypress/e2e/schedulers/scheduler.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('Scheduler', () => {
193193
cy.get('#port').should('contain', '-');
194194

195195
// Show Start.
196-
cy.get(':nth-child(5) > .show_headerText__DJulT').should('contain', '-');
196+
cy.get('#status').should('contain', '-');
197197

198198
// Show Features.
199199
cy.get('#features').should('contain', '-');
@@ -256,7 +256,7 @@ describe('Scheduler', () => {
256256
cy.get('#port').should('contain', '-');
257257

258258
// Show Start.
259-
cy.get(':nth-child(5) > .show_headerText__DJulT').should('contain', '-');
259+
cy.get('#status').should('contain', '-');
260260

261261
// Show Features.
262262
cy.get('#features').should('contain', '-');

public/icons/cluster/page-loading.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)