Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Nov 22, 2023
1 parent 49b9db7 commit b30e4c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ describe('GenericProvider', () => {
let getSeleniumRegionsByElementSpy;
let getSeleniumRegionsByLocationSpy;
const location = [
{ top: 100, bottom: 1090, left: 100, right: 200 },
{ top: 100, bottom: 1090, left: 100, right: 200 }
];

beforeEach(async () => {
Expand Down

0 comments on commit b30e4c1

Please sign in to comment.