Update poll create placeholder text, fix test flake

Co-authored-by: yash-signal <yash@signal.org>
This commit is contained in:
automated-signal
2025-11-12 15:15:34 -06:00
committed by GitHub
parent bcb105083a
commit bc29a5277e
2 changed files with 2 additions and 2 deletions

View File

@@ -1527,7 +1527,7 @@
"description": "Label for the poll question input field"
},
"icu:PollCreateModal__questionPlaceholder": {
"messageformat": "What should we order for lunch?",
"messageformat": "Ask a question",
"description": "Placeholder text for the poll question input field"
},
"icu:PollCreateModal__optionsLabel": {

View File

@@ -122,7 +122,7 @@ describe('electron/state/ducks/username', () => {
delay: 1000,
})(dispatch, () => emptyState, null);
await clock.runToLastAsync();
await clock.tickAsync(1000);
assert.strictEqual(clock.now, 1000);
sinon.assert.calledOnce(dispatch);