Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C409495: Filters section: Users filter (Firebird) (TaaS) #2416

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Filter search - User Filter
amanepam2023 committed Nov 23, 2023
commit 1ac4ad287910b0efc58285a9c38c4f9f54b13f12
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ describe('bulk-edit', () => {
BulkEditSearchPane.verifyLogsTableHeaders();
Copy link
Contributor

Choose a reason for hiding this comment

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

Missed some expected results from Step2
Missed lots of expected results. Please add it

BulkEditSearchPane.clickUserAccordion();
BulkEditSearchPane.clickChooseUserUnderUserAccordion();
BulkEditSearchPane.searchAndSelectUser('ADMINISTRATOR, DIKU');
BulkEditSearchPane.searchAndSelectUser('Test_All');
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the user 'Test_All'?
I suppose need to create User via API in before section and delete it in after section
See another tests
Users.createViaApi...

BulkEditSearchPane.xAppearsNextToUser();
BulkEditSearchPane.resetAllBtnIsDisabled(false);
BulkEditSearchPane.clickOnXAppearsNextToUser();