Skip to content

Commit eda6bab

Browse files
committed
prevent cells from merging while updating values for automated tests
1 parent 1f20c8b commit eda6bab

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

generate-test-plan.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const generateTestPlan = () => {
5050
manual += 1;
5151
} else {
5252
sheet.getCell(`C${currentRow}`).value = 'AUTOMATED';
53+
sheet.getCell(`D${currentRow}`).value = '';
5354
sheet.getCell(`E${currentRow}`).value = 'jenkins';
5455
sheet.getCell(`F${currentRow}`).value = 'Jenkins';
5556
automated += 1;

test-plan.xlsx

4.76 KB
Binary file not shown.

0 commit comments

Comments
 (0)