Skip to content

Commit

Permalink
little typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-Vish committed Apr 18, 2024
1 parent 3e55f98 commit 3474855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/api/commands/web-element/testGetAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('element().getAttribute() command', function () {
assert.strictEqual(resultValue, 'text');
});

it('test .element().attribute()', async function() {
it('test .element().attribute() alias', async function() {
MockServer.addMock({
url: '/session/13521-10219-202/execute/sync',
method: 'POST',
Expand Down

0 comments on commit 3474855

Please sign in to comment.