This commit is contained in:
Nathan Bierema 2020-08-10 08:49:07 -04:00
parent 64c322aa12
commit 194374cfae

View File

@ -40,6 +40,6 @@ describe('App container', () => {
return className && className.startsWith('actionListRows-');
})
.html()
).toMatch(/<div class="actionListRows-\d-\d+"><\/div>/);
).toMatch(/<div class="actionListRows-\d-\d-\d+"><\/div>/);
});
});