Skip to content

Conversation

tanyatrayanava
Copy link
Contributor

No description provided.

await t.click(cliPage.readMoreButton);
//Check new opened window page with the correct URL
await t.expect(getPageUrl()).contains(externalPageLinks[i]);
await t.expect(getPageUrl()).eql(externalPageLinks[i]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error message is missed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

await t.click(cliPage.readMoreButton);
//Check new opened window page with the correct URL
await t.expect(getPageUrl()).contains(externalPageLink);
await t.expect(getPageUrl()).eql(externalPageLink);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error message is missed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

await t.click(cliPage.readMoreButton);
//Check new opened window page with the correct URL
await t.expect(getPageUrl()).contains(externalPageLinks[i]);
await t.expect(getPageUrl()).eql(externalPageLinks[i]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error message is missed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

await t.expect(getPageUrl()).contains(externalPageLink);
//Check that command info is displayed on the page
await t.expect(cliPage.cliReadMoreJSONCommandDocumentation().textContent).contains('JSON.SET');
await t.expect(getPageUrl()).eql(externalPageLink);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error message is missed. Please go over the whole file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@tanyatrayanava tanyatrayanava merged commit af2dca0 into main Apr 14, 2022
@tanyatrayanava tanyatrayanava deleted the feature/e2e-test-fixes branch April 14, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants