Skip to content

Commit

Permalink
[5.2] Typo Update Default.cy.js
Browse files Browse the repository at this point in the history
chached should be cached

code review
  • Loading branch information
brianteeman authored Oct 16, 2024
1 parent 850e4ac commit 3e97533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

Expand Down

0 comments on commit 3e97533

Please sign in to comment.