Skip to content

Commit d3c21a8

Browse files
author
Tom J
committed
rm test - already tested by mock
1 parent ca7003e commit d3c21a8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/source/tests/flaky.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ export const defineFlakyTests = (testVariant: TestVariant, testWithBrowser: Test
106106
const fileInput = await composePage.target.$('input[type=file]');
107107
await fileInput!.uploadFile('test/samples/small.txt');
108108
await ComposePageRecipe.sendAndClose(composePage, { password: msgPwd });
109-
const msg = (await GoogleData.withInitializedData('flowcrypt.compatibility@gmail.com')).getMessageBySubject(subject)!;
110-
const webDecryptUrl = msg.payload!.body!.data!.replace(///g, '/').match(/https:\/\/flowcrypt.com\/[a-z0-9A-Z]+/g)![0];
111-
expect(webDecryptUrl).to.not.be.empty('missing webDecryptUrl');
112109
}));
113110

114111
ava.default(`[unit][Stream.readToEnd] efficiently handles multiple chunks`, async t => {

0 commit comments

Comments
 (0)