Skip to content

Commit

Permalink
removed unwanted keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-bs committed Jan 16, 2023
1 parent c7327e0 commit cc9225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/api/commands/element/testMoveToElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('moveToElement', function() {
CommandGlobals.afterEach.call(this, done);
});

it.only('client.moveToElement()', function(done) {
it('client.moveToElement()', function(done) {
let moveToArgs;
this.client.transport.Actions.session.moveTo = function({args, sessionId}) {
moveToArgs = args;
Expand Down

0 comments on commit cc9225a

Please sign in to comment.