feat: Minor fixes (#73)
* feat: Address JPs Feedback * fix: settings config * fix: fix tests
This commit is contained in:
@@ -98,7 +98,7 @@ describe('The Example App', () => {
|
||||
context('Home', () => {
|
||||
it('renders home page', () => {
|
||||
cy.visit('/')
|
||||
cy.get('main .module-higlighted-course').should('have.length.gte', 1, 'should have at least one highlighted course')
|
||||
cy.get('main .module-highlighted-course').should('have.length.gte', 1, 'should have at least one highlighted course')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user