This commit is contained in:
Nolan Lawson 2018-03-03 16:32:10 -08:00
parent 9a610273b6
commit c6d55f14e7
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ test('Considers hidden content warnings for length limits', async t => {
.selectText(composeContentWarning)
.pressKey('delete')
.expect(composeLengthIndicator.innerText).eql('500')
})
})