Skip to content

Commit

Permalink
Revert "[NoQA] E2E test. Linking, same page "
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals authored Jul 11, 2024
1 parent 109d4aa commit 7567128
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
1 change: 0 additions & 1 deletion src/libs/E2E/reactNativeLaunchingTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const tests: Tests = {
[E2EConfig.TEST_NAMES.ChatOpening]: require<TestModule>('./tests/chatOpeningTest.e2e').default,
[E2EConfig.TEST_NAMES.ReportTyping]: require<TestModule>('./tests/reportTypingTest.e2e').default,
[E2EConfig.TEST_NAMES.Linking]: require<TestModule>('./tests/linkingTest.e2e').default,
[E2EConfig.TEST_NAMES.PreloadedLinking]: require<TestModule>('./tests/preloadedLinkingTest.e2e').default,
};

// Once we receive the TII measurement we know that the app is initialized and ready to be used:
Expand Down
82 changes: 0 additions & 82 deletions src/libs/E2E/tests/preloadedLinkingTest.e2e.ts

This file was deleted.

12 changes: 0 additions & 12 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const TEST_NAMES = {
ReportTyping: 'Report typing',
ChatOpening: 'Chat opening',
Linking: 'Linking',
PreloadedLinking: 'Preloaded linking',
};

/**
Expand Down Expand Up @@ -90,7 +89,6 @@ export default {
// #announce Chat with many messages
reportID: '5421294415618529',
},
// linking from chat A to a specific message in chat B
[TEST_NAMES.Linking]: {
name: TEST_NAMES.Linking,
reportScreen: {
Expand All @@ -101,16 +99,6 @@ export default {
linkedReportID: '5421294415618529',
linkedReportActionID: '2845024374735019929',
},
// linking from chat A to a specific message in the same chat A
[TEST_NAMES.PreloadedLinking]: {
name: TEST_NAMES.PreloadedLinking,
reportScreen: {
autoFocus: true,
},
// Crowded Policy (Do Not Delete) Report, has a input bar available:
reportID: '5421294415618529',
linkedReportActionID: '8984197495983183608', // Message 4897
},
},
};

Expand Down

0 comments on commit 7567128

Please sign in to comment.