Fixed failing test "edit all column / fill down" (#3814)

This commit is contained in:
Florian Giroud 2021-04-15 21:25:26 +02:00 committed by GitHub
parent dd6e7e83ec
commit e3a3a9c0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,11 +51,9 @@ describe(__filename, function () {
['01002', 'BUTTER,WHIPPED,WITH SALT', '', ''],
]);
});
it('Ensure columns are filled down', function () {
cy.loadAndVisitProject('food.mini');
cy.columnActionClick('All', ['Edit columns', 'Blank down']);
cy.assertGridEquals([
it('Ensure columns are filled down', function () {
cy.loadAndVisitProject([
['NDB_No', 'Shrt_Desc', 'Water', 'Energ_Kcal'],
['01001', 'BUTTER,WITH SALT', '15.87', '717'],
['01002', 'BUTTER,WHIPPED,WITH SALT', '', ''],