-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Endpoint] Re-enable Functional test case for Endpoint related pages #68445
Changes from 14 commits
ff6b30d
7f181d6
b45963f
9f536e1
14c9b2f
cbb24b1
82ea70e
7cb39f1
a7891ba
cdc8a1c
39f5ef4
194cd70
efdcc0c
e9adb36
d094e9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,11 @@ export default function ({ loadTestFile }: FtrProviderContext) { | |
describe('endpoint', function () { | ||
this.tags('ciGroup7'); | ||
|
||
loadTestFile(require.resolve('./feature_controls')); | ||
loadTestFile(require.resolve('./landing_page')); | ||
loadTestFile(require.resolve('./header_nav')); | ||
loadTestFile(require.resolve('./host_list')); | ||
loadTestFile(require.resolve('./endpoint_list')); | ||
loadTestFile(require.resolve('./policy_list')); | ||
loadTestFile(require.resolve('./alerts')); | ||
loadTestFile(require.resolve('./resolver')); | ||
loadTestFile(require.resolve('./policy_details')); | ||
|
||
// loadTestFile(require.resolve('./alerts')); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. small nit, we could add a TODO or just remove the commented out code and track enabling the rest of the tests in another ticket There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good idea. I will remove the commented out code in a subsquent PR and will create an Issue to follow up on it (I don't think these are applicable anymore) |
||
// loadTestFile(require.resolve('./resolver')); | ||
}); | ||
} |
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.
should this still be skipped?
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.
@kevinlog yes. Although I updated the tests with new paths, etc. they are still "flaky" - @charlie-pichette is (will) working on getting them reenabled. :)