Skip to content

Conversation

mariasergeenko
Copy link
Contributor

fix insight test
fix workbench tests as example

fix insight test
fix workbench tests as example
@mariasergeenko mariasergeenko self-assigned this Oct 17, 2023
await t.click(workbenchPage.documentButtonInQuickGuides);
await t.click(workbenchPage.internalLinkWorkingWithHashes);
await t.click(workbenchPage.preselectCreateHashIndex);
const panel = new ExplorePanel();
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest to move it outside the test

await t.expect(name.exists).ok('The added key name field is not in the Search result');
});
test('Verify that user can edit and run automatically added "Aggregate" script in Workbench and see the results', async t => {
test.only('Verify that user can edit and run automatically added "Aggregate" script in Workbench and see the results', 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

remove panel object
@mariasergeenko mariasergeenko merged commit 06a9459 into feature/RI-4943_rework-tutorials Oct 18, 2023
@mariasergeenko mariasergeenko deleted the e2e/feature/RI-4943_rework-tutorials branch October 18, 2023 07:51
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