Update poll create placeholder text, fix test flake

This commit is contained in:
yash-signal
2025-11-12 14:52:50 -06:00
committed by GitHub
parent 7e58363ea4
commit a279d0bcc8
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);