-
Notifications
You must be signed in to change notification settings - Fork 276
ui/cypress: admin message logs #2086
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
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
.github/dependabot.yml
Outdated
# @date-io/luxon@1 requires luxon@1 | ||
- dependency-name: 'luxon' | ||
# luxon@1 requires @types/luxon@1 | ||
- dependency-name: '@types/luxon' |
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.
Merge issue? I see there are Makefile changes too
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 I thought I fixed it with the revert. Yeah
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.
Not sure why it's all showing up since I merged message-logs-frontend
into this branch. I reverted the accidental master merge
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 be fixed now. I was trying to get the changes from #2088 into this so it could pass on CI
This reverts commit 4c3ef8a.
This PR adds cypress tests for the admin outgoing message logs PR (#2061). I have the base of this PR to merge into that branch:
message-logs-frontend
, though we can change it to master if that gets merged in first.Out of scope:
type: 'failed'
is given, find a good way returnc.pickOne([possible failed status message strings])
for the status.