Removed .only I accidentally let in

This commit is contained in:
Leah Schumann 2022-07-14 10:04:53 -04:00
parent bda7161248
commit ae53f4ab50

View file

@ -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",