Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[NoQA] E2E test. Linking, same page " #45302

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading