CSR-2185 | unit test .only removal
This commit is contained in:
parent
4553a51381
commit
c4ff7caa44
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ const basePartResponse = {
|
|||
};
|
||||
|
||||
describe("vehicle-parts.vue", () => {
|
||||
test.only("Set cms content called on load", (done) => {
|
||||
test("Set cms content called on load", (done) => {
|
||||
//Arrange
|
||||
store.getters.pageData.mockReturnValue(basePartResponse);
|
||||
store.getters.lineItems = { glassParts: null };
|
||||
|
|
|
|||
Loading…
Reference in a new issue