Removed .only I accidentally let in
This commit is contained in:
parent
bda7161248
commit
ae53f4ab50
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ describe("address-lookup.vue", () => {
|
|||
|
||||
});
|
||||
|
||||
test.only("if a different vehicle is found than the one entered and the selected glass is not available for that vehicle, navigate back to vehicle-damage page", async () => {
|
||||
test("if a different vehicle is found than the one entered and the selected glass is not available for that vehicle, navigate back to vehicle-damage page", async () => {
|
||||
// Arrange
|
||||
const mockRegistrationAddress = {
|
||||
streetAddress: "1234 Main St",
|
||||
|
|
|
|||
Loading…
Reference in a new issue