-
Notifications
You must be signed in to change notification settings - Fork 15
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
Instance cleanup e2e #1783
Instance cleanup e2e #1783
Conversation
79b0cfd
to
55cba16
Compare
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.
Code wide LGTM :)
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.
LGTM, 2 minor things commented
.photofinish.toml
Outdated
@@ -291,4 +288,40 @@ files = [ | |||
"./test/fixtures/scenarios/healthy-27-node-SAP-cluster/0a055c90-4cb6-54ce-ac9c-ae3fedaf40d4_host_discovery.json", | |||
"./test/fixtures/scenarios/healthy-27-node-SAP-cluster/0a055c90-4cb6-54ce-ac9c-ae3fedaf40d4_sap_system_discovery.json", | |||
"./test/fixtures/scenarios/healthy-27-node-SAP-cluster/0a055c90-4cb6-54ce-ac9c-ae3fedaf40d4_subscription_discovery.json", | |||
] | |||
|
|||
[NWD-00-present] |
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.
I've noticed we usually start these with sapsystem-
or database-
or host-
... depending on what we are pushing. In this case it's obvious but I'd add it to keep the good habit I guess :-)
cy.get('table.table-fixed > tbody > tr').eq(0).click(); | ||
}); | ||
|
||
it('should mark an instance as absent and restore it as present', () => { |
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.
I'm missing a "when" or an "after" to describe the condition
5d1f350
to
8b45a74
Compare
Description
E2E tests for the instance deregistration feature.