-
Notifications
You must be signed in to change notification settings - Fork 0
Link crawler test fixes #855
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
Conversation
| links.add("wnprc_ehr-PerDiems.view"); | ||
| links.add("wnprc_ehr-WaterCalendar.view"); |
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 explain why these actions are 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.
done
| links.add("query-executeQuery.view?query.queryName=Current Colony Condition&schemaName=study"); | ||
| links.add("query-executeQuery.view?schemaName=col_dump&query.queryName=mysql_check"); | ||
| // links.add("ehr-dataEntryFormDetails.view?formtype=Enter%20Water%20Orders&taskid="); | ||
| links.add("wnprc_ehr-UnscheduleBCReports.view"); | ||
| links.add("wnprc_ehr-ScheduleBCReports.view"); | ||
| links.add("wnprc_ehr-NecropsySchedule.view"); | ||
| links.add("Documentation/Admin/project-begin.view"); | ||
| links.add("Documentation/Data Management/project-begin.view"); | ||
| links.add("Development Notes/project-begin.view"); | ||
| links.add("/Logs/project-begin.view"); |
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 explain why these actions are 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.
done
WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java
Outdated
Show resolved
Hide resolved
WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java
Outdated
Show resolved
Hide resolved
…edule.jsp Co-authored-by: Trey Chadick <tchad@labkey.com>
…edule.jsp Co-authored-by: Trey Chadick <tchad@labkey.com>
…st.java Co-authored-by: Trey Chadick <tchad@labkey.com>
…st.java Co-authored-by: Trey Chadick <tchad@labkey.com>
…wnprc-modules into 25.7_fb_ehr_link_crawler
Rationale
This sets up the core EHR link crawler tests and fixes a number of broken links and CSP violations.
Related Pull Requests
Changes