Skip to content

Commit f95ed21

Browse files
Copilotsubmarcos
andcommitted
Remove stray semicolon in trek test
Co-authored-by: submarcos <7448208+submarcos@users.noreply.github.com>
1 parent 7d0147e commit f95ed21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cypress/e2e/nav_create_trek.cy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ describe('Create trek', () => {
3232
cy.get("select[id='id_difficulty']").select("Very hard");
3333
cy.get("select[id='id_route']").select("Loop");
3434
cy.setTinyMceContent('id_access_en', 'Access number 1');
35-
;
3635
cy.setTinyMceContent('id_description_teaser_en', 'Description teaser number 1');
3736
cy.setTinyMceContent('id_ambiance_en', 'Ambiance number 1');
3837
cy.setTinyMceContent('id_description_en', 'Description number 1');

0 commit comments

Comments
 (0)