geido commented on code in PR #31290:
URL: https://github.com/apache/superset/pull/31290#discussion_r1873394866
##########
superset-frontend/cypress-base/cypress/support/e2e.ts:
##########
@@ -33,6 +33,7 @@ const { getConfig, setConfig } = failOnConsoleError({
'The pseudo class ":nth-child" is potentially unsafe when doing
server-side rendering. Try changing it to ":nth-of-type".',
'Error: Unknown Error',
/Unable to infer path to ace from script src/,
+ /$/,
Review Comment:
```suggestion
```
##########
superset-frontend/cypress-base/cypress/e2e/dashboard/horizontalFilterBar.test.ts:
##########
@@ -110,7 +113,7 @@ describe('Horizontal FilterBar', () => {
cy.get('.filter-item-wrapper').should('have.length', 3);
});
- it('should show "more filters" on window resizing up and down', () => {
+ it.only('should show "more filters" on window resizing up and down', () => {
Review Comment:
```suggestion
it('should show "more filters" on window resizing up and down', () => {
```
##########
superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts:
##########
@@ -288,7 +291,7 @@ describe('Native filters', () => {
cancelNativeFilterSettings();
});
- it('Verify setting options and tooltips for value filter', () => {
+ it.only('Verify setting options and tooltips for value filter', () => {
Review Comment:
```suggestion
it('Verify setting options and tooltips for value filter', () => {
```
--
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]