Skip to content

Commit

Permalink
added new place holders for new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Feb 6, 2025
1 parent 4944d67 commit d74f5e7
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/server/test/web/readingsBarGroupFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@ mocha.describe('readings API', () => {
// Check that the API reading is equal to what it is expected to equal
expectReadingToEqualExpected(res, expected, GROUP_ID);
});

// Add BG17 here

// Add BG18 here

// Add BG19 here

// Add BG20 here

// Add BG21 here

// Add BG22 here
});
});
});
Expand Down
14 changes: 13 additions & 1 deletion src/server/test/web/readingsBarMeterFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,19 @@ mocha.describe('readings API', () => {
});
// Check that the API reading is equal to what it is expected to equal
expectReadingToEqualExpected(res, expected);
});

// Add B17 here

// Add B18 here

// Add B19 here

// Add B20 here

// Add B21 here

// Add B22 here
});
});
});
});
Expand Down
10 changes: 9 additions & 1 deletion src/server/test/web/readingsCompareGroupFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,15 @@ mocha.describe('readings API', () => {
});
expectCompareToEqualExpected(res, expected, GROUP_ID);
});

// Add CG17 here

// Add CG18 here

// Add CG19 here

// Add CG20 here
});
});
});
});
});
8 changes: 8 additions & 0 deletions src/server/test/web/readingsCompareMeterFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ mocha.describe('readings API', () => {
// Check that the API reading is equal to what it is expected to equal
expectCompareToEqualExpected(res, expected, METER_ID);
})

// Add C17 here

// Add C18 here

// Add C19 here

// Add C20 here
});
});
});
Expand Down
2 changes: 2 additions & 0 deletions src/server/test/web/readingsLineGroupFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ mocha.describe('readings API', () => {
expectReadingToEqualExpected(res, expected, GROUP_ID);
}
);

// Add LG26 here
});
});
});
Expand Down
4 changes: 4 additions & 0 deletions src/server/test/web/readingsLineMeterFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ mocha.describe('readings API', () => {
.query({ timeInterval: ETERNITY.toString(), graphicUnitId: unitId });
expectReadingToEqualExpected(res, expected)
});

// Add L26 here

// Add L27 here
});
});
});
Expand Down

0 comments on commit d74f5e7

Please sign in to comment.