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 ac35916 commit c49859aCopy full SHA for c49859a
1 file changed
src/__e2e__/page-objects/page.js
@@ -10,7 +10,6 @@ module.exports = class Page {
10
*/
11
open(path) {
12
browser.url(`${process.env.VERCEL_URL || 'http://localhost:3005'}/#${path}`);
13
- $('//button[span[contains(text(), "Submit")]]').waitForClickable({ timeout: 10000 });
14
return $('//button[@aria-label="full-screen-code"]').click();
15
}
16
};
0 commit comments