Skip to content

Commit

Permalink
run not only this test, see if all pass on github, locally they do
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Apr 9, 2024
1 parent 0289af9 commit 05de60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-e2e/cypress/e2e/stemwebdialog.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ describe('stemma editor tools and svg work properly', () => {
• Upon edit, svg and box should be there.
• Upon a change in the left box (a valid dot, link btw x and y), verify that svg is just different.
*/
it.only('under construction', { defaultCommandTimeout: 60000, requestTimeout: 60000, responseTimeout: 60000 }, () => {
it('passes', { defaultCommandTimeout: 60000, requestTimeout: 60000, responseTimeout: 60000 }, () => {
const tradition = test_traditions.find(trad => trad.title.startsWith('Florilegium'));
cy.log('tradition.title: ' + tradition.title);
// click on the tradition title within the tradition list
Expand Down

0 comments on commit 05de60d

Please sign in to comment.