improvement(a11y): use more semantic html tags in collections view (#1585)
This commit is contained in:
committed by
Shawn Erquhart
parent
95c8de0029
commit
4782c472bf
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user