Skip to content

Commit f1c15a4

Browse files
committed
Port tests to html2
1 parent 726c4f3 commit f1c15a4

15 files changed

Lines changed: 3 additions & 36 deletions

__tests__/html/attachment.allowedFileTypes.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

__tests__/html/attachment.allowedProtocol.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

__tests__/html/attachment.allowedProtocol.oauthCard.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

__tests__/html/attachment.fileContent.blobURL.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

__tests__/html/attachment.forbiddenProtocol.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

__tests__/html/attachment.forbiddenProtocol.oauthCard.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

__tests__/html/attachment.allowedProtocol.html renamed to __tests__/html2/attachment/allowedProtocol.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
await pageConditions.numActivitiesShown(1);
6565

6666
// THEN: It should show download icon next to each attachments.
67-
await host.snapshot();
67+
await host.snapshot('local');
6868
});
6969
</script>
7070
</body>

__tests__/__image_snapshots__/html/attachment-allowed-protocol-js-attachment-with-content-url-of-allowed-protocols-1-snap.png renamed to __tests__/html2/attachment/allowedProtocol.html.snap-1.png

File renamed without changes.

__tests__/html/attachment.allowedProtocol.oauthCard.html renamed to __tests__/html2/attachment/allowedProtocol.oauthCard.html

File renamed without changes.

0 commit comments

Comments
 (0)