Skip to content

Conversation

tanyatrayanava
Copy link
Contributor

No description provided.

await t.expect(browserPage.treeViewScannedValue.textContent).contains('Scanned 10 000', 'The database is automatically scanned by 10K keys');
await t.expect(browserPage.scannedValue.textContent).eql('10 000', 'The database is automatically scanned by 10K keys');
//Verify that user can use the "Scan More" button to search per another 10000 keys
await t.click(browserPage.scanMoreButton);
Copy link
Contributor

Choose a reason for hiding this comment

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

Cloud you please add a loop with clicking on Scan more button several times just to validate performance and FE still works

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

test
.meta({ rte: rte.standalone })
('Verify that user can see that “:” (colon) used as a default separator for namespaces', async t => {
('Verify that user can see that “:” (colon) used as a default separator for namespaces and see the number of keys found per each namespace', 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.

Maybe it would be better to move this test to regression suit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@tanyatrayanava tanyatrayanava merged commit d495722 into main Mar 12, 2022
@tanyatrayanava tanyatrayanava deleted the feature/e2e-tree-view branch March 12, 2022 18:11
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