Skip to content

Commit

Permalink
fis: temporarily disable comment linking test (e2e)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Mar 29, 2024
1 parent 5a8cb7f commit 67fe210
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,17 @@ export default {
// #announce Chat with many messages
reportID: '5421294415618529',
},
[TEST_NAMES.Linking]: {
name: TEST_NAMES.Linking,
reportScreen: {
autoFocus: true,
},
// Crowded Policy (Do Not Delete) Report, has a input bar available:
reportID: '8268282951170052',
linkedReportID: '5421294415618529',
linkedReportActionID: '2845024374735019929',
},
// TODO: fix and enable again
// [TEST_NAMES.Linking]: {
// name: TEST_NAMES.Linking,
// reportScreen: {
// autoFocus: true,
// },
// // Crowded Policy (Do Not Delete) Report, has a input bar available:
// reportID: '8268282951170052',
// linkedReportID: '5421294415618529',
// linkedReportActionID: '2845024374735019929',
// },
},
};

Expand Down

0 comments on commit 67fe210

Please sign in to comment.