Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Improved test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevgenijusmarinuskinas committed Sep 25, 2020
1 parent a73437b commit 11f935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tests/elementActions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe("Element Actions", () => {
expect(await formElement.getAttributeValue(attributeName)).toEqual("/authenticate");
});

it("should set element's text value", async () => {
it("should type element's text value", async () => {
//Arrange
await page.goto("http://the-internet.herokuapp.com/inputs");
const inputElement = new Element("input[type=number]");
Expand Down

0 comments on commit 11f935c

Please sign in to comment.