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 ed813ad commit 7f01b9dCopy full SHA for 7f01b9d
test/e2e/snaps/test-snap-cronjob.spec.js
@@ -52,6 +52,8 @@ describe('Test Snap Cronjob', function () {
52
tag: 'button',
53
});
54
55
+ await driver.clickElementSafe('[data-testid="snap-install-scroll"]');
56
+
57
// wait for and click confirm
58
await driver.waitForSelector({ text: 'Confirm' });
59
await driver.clickElement({
0 commit comments