Skip to content

Commit 2e15d47

Browse files
compulimOEvgeny
andauthored
Port tests to html2 (#5577)
Co-authored-by: Eugene <EOlonov@gmail.com>
1 parent d7576cc commit 2e15d47

24 files changed

+6
-57
lines changed

__tests__/html/conversationStartProperties.noLocaleIsSent.js

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

__tests__/html/conversationStartProperties.sendEnUs.js

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

__tests__/html/conversationStartProperties.sendInvalidType.js

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

__tests__/html/conversationStartProperties.sendNonExisting.js

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

__tests__/html/conversationStartProperties.sendNonISOFormat.js

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

__tests__/html/conversationStartProperties.sendZhCn.js

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

__tests__/html/directLine.postActivity.localTimezone.js

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

__tests__/html/directLine.postActivity.localTimezone.noIntl.js

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

__tests__/html/directLine.setUserId.js

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

__tests__/html/conversationStartProperties.noLocaleIsSent.html renamed to __tests__/html2/conversationStartProperties/noLocaleIsSent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
await pageObjects.sendMessageViaSendBox('conversationstart');
2727
await pageConditions.minNumActivitiesShown(2);
2828

29-
await host.snapshot();
29+
await host.snapshot('local');
3030
});
3131
</script>
3232
</body>

0 commit comments

Comments
 (0)