Skip to content

Commit a279d0b

Browse files
authored
Update poll create placeholder text, fix test flake
1 parent 7e58363 commit a279d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@
15271527
"description": "Label for the poll question input field"
15281528
},
15291529
"icu:PollCreateModal__questionPlaceholder": {
1530-
"messageformat": "What should we order for lunch?",
1530+
"messageformat": "Ask a question",
15311531
"description": "Placeholder text for the poll question input field"
15321532
},
15331533
"icu:PollCreateModal__optionsLabel": {

ts/test-electron/state/ducks/username_test.preload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('electron/state/ducks/username', () => {
122122
delay: 1000,
123123
})(dispatch, () => emptyState, null);
124124

125-
await clock.runToLastAsync();
125+
await clock.tickAsync(1000);
126126
assert.strictEqual(clock.now, 1000);
127127

128128
sinon.assert.calledOnce(dispatch);

0 commit comments

Comments
 (0)