Skip to content

Commit c58ad3a

Browse files
committed
add positive test
1 parent a7ab6a3 commit c58ad3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/source/tests/flaky.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ export const defineFlakyTests = (testVariant: TestVariant, testWithBrowser: Test
109109
{ submitPubkey: true, usedPgpBefore: true },
110110
{ isSavePassphraseChecked: false, isSavePassphraseHidden: false }
111111
);
112+
await SettingsPageRecipe.toggleScreen(settingsPage, 'additional');
113+
const fingerprint = '4BD89F39E74396AE462B97EE825B8AE8B14CFC0E';
114+
const myKeyFrame = await browser.newPage(
115+
t,
116+
`chrome/settings/modules/my_key.htm?placement=settings&parentTabId=60%3A0&acctEmail=${acctEmail}&fingerprint=${fingerprint}`
117+
);
118+
await myKeyFrame.waitAll(['@container-shareable-pubkey-link']);
119+
expect(await myKeyFrame.isElementPresent('@container-shareable-pubkey-link')).to.equal(true);
112120
})
113121
);
114122

0 commit comments

Comments
 (0)