Skip to content

Commit 7b09296

Browse files
committed
temp check component version
1 parent 19b5d75 commit 7b09296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cypress/integration/administrator/components/com_weblinks/CheckPackage.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ describe('Test that the weblinks extension package', () => {
5858
.within(() => {
5959
cy.get('td').eq(2).should('contain', 'Administrator'); // Location column
6060
cy.get('td').eq(3).should('contain', 'Component'); // Type column
61+
cy.get('td').eq(4).should('contain', '5.0.0-dev'); // Version column
6162
cy.get('td').eq(7).should('contain', 'N/A'); // Folder column
6263
});
6364
});

0 commit comments

Comments
 (0)