@@ -1,7 +1,7 @@
describe('Test the /structures/{id} page', () => {
beforeEach(() => {
- cy.visit('/structures/498')
+ cy.visit('/structures/498?parent=12097')
})
it('Expected elements are presents', () => {
describe('Test the /structures page', () => {
- cy.visit('/structures')
+ cy.visit('/structures?parent=12097')
it('Map, filters, and all results shall display by default', () => {