Skip to content

Commit

Permalink
fix: failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Jun 17, 2024
1 parent a87cead commit 486ac9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe('DoSleuthImport', () => {
});

it.only('should begin creating the annotation and show progress', () => {
cy.wait('@studysetsPostFixture').then((res) => {
cy.wait('@studysetsPostFixture', { timeout: 10000 }).then((res) => {
expect(res.request.body.name).equals('Studyset for Untitled sleuth project');
expect(res.request.body.studies).deep.equals(
studysetsSingleSleuthStudyResponse.studies
Expand Down

0 comments on commit 486ac9f

Please sign in to comment.