-
Notifications
You must be signed in to change notification settings - Fork 268
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
automation: services - external name tests #13152
Conversation
bde4b16
to
efa6db7
Compare
9cda750
to
e892ba2
Compare
61d53af
to
cfab139
Compare
@a-arias could you take a look at this too? 👍🏽 |
@yonasberhe23 Will this only cover external names ? In that case the task can be break down to smaller ones for Other than that it looks good to me. |
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.
great job, I added 2 observations that could be potential improvements.
@izaac ah good point. i can create some sub task tickets for those other areas |
1d5525c
to
2a21acf
Compare
2a21acf
to
d1fa5e3
Compare
d1fa5e3
to
e0c0216
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.
Just a nit
@@ -17,6 +17,10 @@ export default class TabbedPo extends ComponentPo { | |||
return this.self().get('[data-testid="tabbed-block"] > li'); | |||
} | |||
|
|||
checkSelectedTab(selector: string) { |
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 think the method name should include what's being checked here or move the chai assertion to the spec
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.
ah that isn't very clear. how about assertTabIsActive
?
e0c0216
to
23ba8dd
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.
Summary
Fixes #rancher/qa-tasks#1581
This PR also includes small fixes to address flaky Extensions tests.
Checklist