Skip to content

Commit a8407ac

Browse files
authored
version check should be dinamic
room for GSoC project
1 parent ebced59 commit a8407ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ 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
61+
// todo make version check dinamic
62+
// cy.get('td').eq(4).should('contain', '5.0.0-dev'); // Version column
6263
cy.get('td').eq(7).should('contain', 'N/A'); // Folder column
6364
});
6465
});

0 commit comments

Comments
 (0)