improvement(a11y): use more semantic html tags in collections view (#1585)

This commit is contained in:
Jake Rayson
2018-08-06 21:53:40 +01:00
committed by Shawn Erquhart
parent 95c8de0029
commit 4782c472bf
6 changed files with 32 additions and 21 deletions

View File

@ -160,7 +160,7 @@ describe('Editorial Workflow', () => {
function assertOnCollectionsPage() {
cy.url().should('contain', '/#/collections/posts')
cy.contains('h1', 'Collections')
cy.contains('h2', 'Collections')
}
it('successfully loads', () => {