E2Eテスト "first widget should be removed" 修正 (#9556)
* Fix e2e test "first widget should be removed" * E2Eテスト用クラス追加 * empty commit
This commit is contained in:
@@ -29,8 +29,8 @@ describe('After user signed in', () => {
|
||||
|
||||
it('first widget should be removed', () => {
|
||||
cy.get('.mk-widget-edit').click();
|
||||
cy.get('.customize-container:first-child .remove._button').click();
|
||||
cy.get('.customize-container').should('have.length', 2);
|
||||
cy.get('.data-cy-customize-container:first-child .data-cy-customize-container-remove._button').click();
|
||||
cy.get('.data-cy-customize-container').should('have.length', 2);
|
||||
});
|
||||
|
||||
function buildWidgetTest(widgetName) {
|
||||
|
Reference in New Issue
Block a user