-
Notifications
You must be signed in to change notification settings - Fork 35
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
Migrate classifications and taxa collections to API #3005
Migrate classifications and taxa collections to API #3005
Conversation
…classifications-taxa
This reverts commit 5d3aed2.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #3005 +/- ##
==========================================
Coverage ? 96.73%
==========================================
Files ? 35
Lines ? 9408
Branches ? 182
==========================================
Hits ? 9101
Misses ? 303
Partials ? 4 ☔ View full report in Codecov by Sentry. |
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.
Killer. Let it rip when ready!
site/gatsby-site/src/pages/apps/csettool/{mongodbAiidprodIncidents.incident_id}.js
Show resolved
Hide resolved
@@ -53,16 +54,35 @@ export const test = base.extend<TestFixtures>({ | |||
|
|||
login: async ({ page }, use, testInfo) => { | |||
|
|||
// TODO: this should be removed since we pass the username and password as arguments |
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.
Please add this TODO as an issue to ensure we remember to work on this change
54282d9
into
responsible-ai-collaborative:staging
closes #3006
(The failing tests seem to be just flake, because it is not the same test that fails if look at each attemp)