Skip to content

Conversation

mariasergeenko
Copy link
Contributor

No description provided.

@mariasergeenko mariasergeenko self-assigned this Dec 5, 2023

test('Verify that all the links are valid from Welcome page', async t => {
// Verify build from source link
await t.click(welcomePage.buildFromSource);
Copy link
Contributor

Choose a reason for hiding this comment

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

can you change this sourcePage verification to Linux?
we have a new link to Linux instead of source page

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure,
will do

// Verify build from source link
await t.click(welcomePage.buildFromSource);
await t.expect(getPageUrl()).eql(sourcePage, 'Build from source link is not valid');
test.only('Verify that all the links are valid from Welcome page', async t => {
Copy link
Contributor

Choose a reason for hiding this comment

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

.only)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry

@mariasergeenko mariasergeenko merged commit dddbb05 into main Dec 6, 2023
@mariasergeenko mariasergeenko deleted the e2e/bugfix/main branch December 6, 2023 09:45
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