1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-03 15:17:37 +01:00
This commit is contained in:
Nolan Lawson 2018-03-03 16:32:10 -08:00
parent 9a610273b6
commit c6d55f14e7

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')
})
})