Skip to content

Commit 3ab4be5

Browse files
authored
[5.3] cypress test grammar (joomla#45241)
1 parent 1bcc9f5 commit 3ab4be5

File tree

1 file changed

+1
-1
lines changed
  • tests/System/integration/administrator/components/com_contenthistory

1 file changed

+1
-1
lines changed

tests/System/integration/administrator/components/com_contenthistory/Content.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Test in backend that the content history list', () => {
9494
.should('contain.text', 'Please select two versions');
9595
});
9696

97-
it('can delete an history content item', () => {
97+
it('can delete a history content item', () => {
9898
cy.visit('/administrator/index.php?option=com_content&task=article.add');
9999
cy.get('#jform_title').clear().type('Test article versions');
100100
cy.clickToolbarButton('Save');

0 commit comments

Comments
 (0)