Skip to content

Commit

Permalink
wait longer for study to show up on page
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Nov 26, 2024
1 parent c499257 commit ab24113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/portal/discovery/discoveryQuestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ module.exports = {
},

isStudyFound(studyId) {
I.seeElement(props.studyLocator(studyId), 30);
I.seeElement(props.studyLocator(studyId), 180);
},
};

0 comments on commit ab24113

Please sign in to comment.