mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 22:55:44 +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:
@@ -56,10 +56,8 @@ describe('storage service', function (this: Mocha.Suite) {
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
debug('Opening conversation with a stranger');
|
||||
debug(stranger.toContact().aci);
|
||||
await leftPane
|
||||
.locator(`[data-testid="${stranger.toContact().aci}"]`)
|
||||
.click();
|
||||
debug(stranger.device.aci);
|
||||
await leftPane.locator(`[data-testid="${stranger.device.aci}"]`).click();
|
||||
|
||||
debug("Verify that we stored stranger's profile key");
|
||||
const postMessageState = await phone.waitForStorageState({
|
||||
|
||||
Reference in New Issue
Block a user