Expect transition trace to be loaded from bugreport

Bug: 277181336
Test: npm run test:e2e
Change-Id: I72f9362db272c59f030f78a2e30cb9140d2d44d6
This commit is contained in:
Pablo Gamito
2023-04-11 13:22:34 +00:00
parent 005cf18525
commit c3dfefeae4
2 changed files with 1 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ describe('Upload traces', () => {
expect(text).toContain('layers_trace_from_transactions.winscope (Surface Flinger)');
expect(text).toContain('ime_trace_clients.winscope (IME Clients)');
expect(text).toContain('transactions_trace.winscope (Transactions)');
expect(text).toContain('transition_trace.winscope (Transitions)');
};
const checkEmitsUnsupportedFileFormatMessages = async () => {