Skip to content

Commit

Permalink
Merge pull request #130 from Vizzuality/feature/useful-links
Browse files Browse the repository at this point in the history
map bounds changed
  • Loading branch information
mluena authored May 17, 2024
2 parents 4af8aef + a56f612 commit 54545b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/cypress/e2e/navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ describe('navigation', () => {
cy.get('[data-cy="projects-list-tab"]').should('exist');
cy.get('[data-cy="projects-list-tab"]').click();
cy.get('[data-cy="project-item-link"]').first().click();
cy.get('button[data-cy="project-dashboard-button"]').click().wait(3000);
cy.get('[data-cy="project-dashboard-button"]').click().wait(3000);
cy.get('[data-cy="project-dashboard"]').should('exist');
cy.get('button[data-cy="project-dashboard-button"]').click();
cy.get('[data-cy="project-dashboard-button"]').click();
cy.get('[data-cy="project-dashboard"]').should('not.exist');
});

Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/datasets/query-parsers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parseAsJson, createSerializer } from 'nuqs/parsers';
import { parseAsJson, createSerializer } from 'nuqs/server';

import type { LayerSettings } from '@/types/layers';
import type { MapSettings } from '@/types/map';
Expand Down

0 comments on commit 54545b0

Please sign in to comment.