mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Use new compact representations in protobufs
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -49,9 +49,7 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
|
||||
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
const item = leftPane.locator(
|
||||
`[data-testid="${lastContact?.toContact().aci}"]`
|
||||
);
|
||||
const item = leftPane.locator(`[data-testid="${lastContact?.device.aci}"]`);
|
||||
await item.waitFor();
|
||||
|
||||
const duration = Date.now() - start;
|
||||
|
||||
Reference in New Issue
Block a user