We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffc36f commit d200043Copy full SHA for d200043
end-to-end-test/remote/specs/core/oncoprint.spec.js
@@ -609,9 +609,9 @@ describe('oncoprint', function() {
609
});
610
await setInputText('textarea[data-test="geneSet"]', 'TP53');
611
await browser.pause(100); // let things trigger
612
- await waitForElementDisplayed('button[data-test="queryButton"]', {
613
- timeout: 10000,
614
- });
+ await (
+ await getElement('[data-test="queryButton"]')
+ ).waitForEnabled({ timeout: 30000 });
615
await clickElement('button[data-test="queryButton"]');
616
await browser.pause(100); // wait for query to submit
617
// go to oncoprint tab
0 commit comments