Reorganize e2e tests

This commit is contained in:
Michael Shamoon 2022-06-01 12:37:43 -07:00
parent 48cb347198
commit 1c80fd17fd
4 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ describe('documents-list', () => {
it('should show a list of documents rendered as cards with thumbnails', () => {
cy.contains('3 documents')
cy.contains('lorem-ipsum')
cy.contains('lorem ipsum')
cy.get('app-document-card-small:first-of-type img')
.invoke('attr', 'src')
.should('eq', 'http://localhost:8000/api/documents/1/thumb/')