Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Dec 11, 2024
1 parent e6768cb commit c6250d0
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ describe(
(success, error) => {
error({
code: 1,
message: "A watchLocation is already active. Clear it before before starting a new one",
message:
"A watchLocation is already active. Clear it before before starting a new one",
});
return 0;
},
Expand All @@ -151,7 +152,9 @@ describe(

// Trigger watch and verify error
agHelper.ClickButton("Submit");
agHelper.ValidateToastMessage("A watchLocation is already active. Clear it before before starting a new one");
agHelper.ValidateToastMessage(
"A watchLocation is already active. Clear it before before starting a new one",
);
});

it.skip("4. Verify that getCurrentPosition correctly handles the options parameter for maximumAge, timeout, and enableHighAccuracy.", () => {
Expand Down

0 comments on commit c6250d0

Please sign in to comment.