Skip to content

Commit c49859a

Browse files
committed
fix: issues resolveD
1 parent ac35916 commit c49859a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/__e2e__/page-objects/page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = class Page {
1010
*/
1111
open(path) {
1212
browser.url(`${process.env.VERCEL_URL || 'http://localhost:3005'}/#${path}`);
13-
$('//button[span[contains(text(), "Submit")]]').waitForClickable({ timeout: 10000 });
1413
return $('//button[@aria-label="full-screen-code"]').click();
1514
}
1615
};

0 commit comments

Comments
 (0)