diff options
Diffstat (limited to '.cypress/cypress/integration/simple_spec.js')
-rw-r--r-- | .cypress/cypress/integration/simple_spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cypress/cypress/integration/simple_spec.js b/.cypress/cypress/integration/simple_spec.js index faf24f70e..8b658b21b 100644 --- a/.cypress/cypress/integration/simple_spec.js +++ b/.cypress/cypress/integration/simple_spec.js @@ -9,6 +9,7 @@ describe('Clicking the map', function() { it('allows me to report a new problem', function() { cy.url().should('include', '/around'); cy.get('#map_box').click(200, 200); + cy.get('#category_group').select('Flyposting'); cy.get('[name=title]').type('Title'); cy.get('[name=detail]').type('Detail'); cy.get('.js-new-report-user-show').click(); |