-
Notifications
You must be signed in to change notification settings - Fork 3
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
E2e name space admin features cdap #5
base: develop
Are you sure you want to change the base?
Conversation
gcpDataProc=provisioner-gcp-dataproc | ||
remoteHadoopProvisioner=provisioner-remote-hadoop | ||
Create=profile-create-btn | ||
Finish=wizard-finish-btn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use key with starting word small? like create, finish, next, previous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes for NameSpace admin only keyValue key is used as of now , will have to change in surya's commit as most of this attributes are used for SysAdmin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done .
Feature: NameSpaceAdmin - Validate system admin page flow | ||
|
||
@Namespaceadmin | ||
Scenario:Validate user is able to create new namespace preferences inside namespace admin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How are we validating the preferences we set ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we are adding only the design time scenarios we will be adding the validation steps when the requirement for creation with end to end tests is planned . The scope was to create sanity test suite to start with these features . We are in connect with google team to define the future scope which will be added as end to end scenarios in this month .
As of now the plan was to create the feature and to check if the tests are passing when the integration is done with e2e FW .
Then Set system preferences with key: "keyValue" and value: "systemPreferences1" | ||
Then Click on the Save & Close preferences button | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
e7b7891
to
78cbe2e
Compare
78cbe2e
to
9bbfffc
Compare
E2e name space admin features cdap