diff --git a/tests/System/integration/administrator/components/com_cache/Default.cy.js b/tests/System/integration/administrator/components/com_cache/Default.cy.js index 74fc19891d532..4e9439461a964 100644 --- a/tests/System/integration/administrator/components/com_cache/Default.cy.js +++ b/tests/System/integration/administrator/components/com_cache/Default.cy.js @@ -12,7 +12,7 @@ describe('Test in backend that the cache', () => { cy.get('div.alert.alert-info').should('contain.text', 'Select the Clear Expired Cache button'); }); - it('can display a list of chached items', () => { + it('can display a list of cached items', () => { cy.get('tr.row0').should('contain.text', '_media_version'); });