forked from Ivasoft/mattermost-mobile
Detox/E2E: Messaging (at-mentions, channel mentions, autocomplete etc) e2e tests in Gekidou (#6428)
* Detox/E2E: Messaging (at-mentions, channel mentions, autocomplete etc) e2e tests in Gekidou * Enable other failing tests so they're visible * Detox/E2E: Messaging markdown e2e tests in Gekidou (#6450) * Detox/E2E: Messaging markdown e2e tests in Gekidou * Added zephyr test ids * Added markdown smoke test * Enable disabled tests Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -113,7 +113,7 @@ describe('Threads - Open Thread in Channel', () => {
|
||||
await expect(GlobalThreadsScreen.getThreadItem(parentPost.id)).toBeVisible();
|
||||
|
||||
// # Open thread options for thread, tap on copy link option, go back to channel list screen, go to another channel, post the permalink, and tap on permalink
|
||||
const permalinkLabel = `permalink-${Date.now().toString()}`;
|
||||
const permalinkLabel = `permalink-${getRandomId()}`;
|
||||
const permalinkMessage = `[${permalinkLabel}](/_redirect/pl/${parentPost.id})`;
|
||||
await GlobalThreadsScreen.back();
|
||||
await ChannelScreen.open(channelsCategory, 'off-topic');
|
||||
|
||||
Reference in New Issue
Block a user