feat: Compare no wait time layout done.
This commit is contained in:
@@ -114,8 +114,8 @@ describe('Performance', ()=>{
|
||||
cy.url().should('include', 'compare');
|
||||
cy.wait(2000);
|
||||
// 斷言排序
|
||||
// 斷言頁面中有 7 個 canvas 元素
|
||||
cy.get('canvas').should('have.length', 7);
|
||||
// 斷言頁面中有 6 個 canvas 元素
|
||||
cy.get('canvas').should('have.length', 6);
|
||||
// 斷言狀態欄
|
||||
cy.get('#compareState').click();
|
||||
cy.wait(3000); // 等待渲染
|
||||
|
||||
Reference in New Issue
Block a user