Skip to content

Commit

Permalink
adjust oncoprint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Apr 5, 2024
1 parent 34e8e92 commit da75381
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('track group headers', function() {
);

$(mrnaElements.dropdown_selector + ' li:nth-child(4)').click(); // Click Delete
waitForOncoprint(10000);
waitForOncoprint(ONCOPRINT_TIMEOUT);

var res = checkOncoprintElement();
assertScreenShotMatch(res);
Expand All @@ -222,7 +222,7 @@ describe('track group headers', function() {
'could not open mrna group options dropdown'
);
$(methylElements.dropdown_selector + ' li:nth-child(4)').click(); // Click Delete
waitForOncoprint(10000);
waitForOncoprint(ONCOPRINT_TIMEOUT);

var res = checkOncoprintElement();
assertScreenShotMatch(res);
Expand Down Expand Up @@ -375,7 +375,7 @@ describe('sorting', function() {
timeout: 1000,
}); // wait for menu to appear
$(profiledElements.dropdown_selector + ' li:nth-child(3)').click(); // Click Remove Track
waitForOncoprint(2000);
waitForOncoprint(ONCOPRINT_TIMEOUT);

var res = checkOncoprintElement();
assertScreenShotMatch(res);
Expand Down

0 comments on commit da75381

Please sign in to comment.