Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmyadams committed Oct 6, 2023
1 parent b7e4632 commit a6acf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/extensions/drawer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Drawer', () => {
checkDrawerLength(2)
});

it('ahouls display the correct drawer items', () => {
it('should display the correct drawer items', () => {
cy.get('.drawer__item').each(($item, index) => {
cy.get($item).within(() => {
cy.get('.drawer__item-title').should('contain', Course._resources._resourcesItems[index].title)
Expand Down

0 comments on commit a6acf9b

Please sign in to comment.