-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add end to end tests for epidemic type field report #1251
Add end to end tests for epidemic type field report #1251
Conversation
|
21a0ae5
to
8e517ca
Compare
8e517ca
to
5f31b7e
Compare
await expect(page.locator('input[name="dtype"]')).toHaveValue( | ||
disasterType, | ||
); |
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.
Let's keep this assertions in next section
Addresses:
Changes
This PR doesn't introduce:
console.log
meant for debugging