more cleanup
This commit is contained in:
parent
ce660742c2
commit
0196573325
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ const testConstants = {
|
|||
vapsCopy: {
|
||||
frontWiperCopy: "Front Wiper copy",
|
||||
rearWiperCopy: "Rear Wiper copy",
|
||||
RepelCopy: "Rain repel copy",
|
||||
rainRepelCopy: "Rain repel copy",
|
||||
},
|
||||
parts: {
|
||||
frontWiperPart: {
|
||||
|
|
@ -783,7 +783,7 @@ describe("Service Package Review Block", () => {
|
|||
};
|
||||
});
|
||||
describe("General functionality", () => {
|
||||
it.only('Should properly "Round Down" package tier', async () => {
|
||||
it('Should properly "Round Down" package tier', async () => {
|
||||
// Slightly longer explanation:
|
||||
// Should only return the highest tier where *every* offered VAP is part of the order.
|
||||
// However, there may be vaps not offered in the qualifying tier. Hence rounding *down*.
|
||||
|
|
|
|||
Loading…
Reference in a new issue