michael-s-molina commented on a change in pull request #15571:
URL: https://github.com/apache/superset/pull/15571#discussion_r666169264
##########
File path:
superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.test.tsx
##########
@@ -96,10 +96,11 @@ test('triggers onChange when the value changes', () => {
test('triggers onChange when the mode changes', () => {
const onChange = jest.fn();
render(<CustomFrame onChange={onChange} value={todayNowValue} />);
- userEvent.click(screen.getByText('Midnight'));
- userEvent.click(screen.getByText('Relative Date/Time'));
- userEvent.click(screen.getByText('Now'));
- userEvent.click(screen.getByText('Specific Date/Time'));
+ screen.debug();
Review comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]