Skip to content

Commit

Permalink
fix: disable typing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jun 17, 2024
1 parent 32e5dd2 commit 24afff8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ export default {
[TEST_NAMES.OpenChatFinderPage]: {
name: TEST_NAMES.OpenChatFinderPage,
},
[TEST_NAMES.ReportTyping]: {
name: TEST_NAMES.ReportTyping,
reportScreen: {
autoFocus: true,
},
// Crowded Policy (Do Not Delete) Report, has a input bar available:
reportID: '8268282951170052',
},
// TODO: Fix text and enable again
// [TEST_NAMES.ReportTyping]: {
// name: TEST_NAMES.ReportTyping,
// reportScreen: {
// autoFocus: true,
// },
// // Crowded Policy (Do Not Delete) Report, has a input bar available:
// reportID: '8268282951170052',
// },
[TEST_NAMES.ChatOpening]: {
name: TEST_NAMES.ChatOpening,
// #announce Chat with many messages
Expand Down

0 comments on commit 24afff8

Please sign in to comment.