Skip to content

Commit

Permalink
Merge pull request #43837 from margelo/perunt/e2e-return-linking
Browse files Browse the repository at this point in the history
[NoQA] e2e: Uncomment Linking test
  • Loading branch information
deetergp authored Jun 17, 2024
2 parents 2ac6dd6 + 0bd902e commit af0eea1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,16 @@ export default {
// #announce Chat with many messages
reportID: '5421294415618529',
},
// 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',
// },
[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 af0eea1

Please sign in to comment.