Skip to content

Commit 982955f

Browse files
authored
Merge branch '4.0-dev' into clean-codeception
2 parents 4c8d8aa + 2326175 commit 982955f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ describe('Test that the weblinks extension package', () => {
1414
.should('exist') // Confirm the row exists
1515
// Verify other cells in the same row
1616
.within(() => {
17-
cy.log(cy.get('td').eq(2))
1817
cy.get('td').eq(2).should('contain', 'Site'); // Location column
1918
cy.get('td').eq(3).should('contain', 'Plugin'); // Type column
2019
cy.get('td').eq(7).should('contain', 'finder'); // Folder column
@@ -29,7 +28,6 @@ describe('Test that the weblinks extension package', () => {
2928
.should('exist') // Confirm the row exists
3029
// Verify other cells in the same row
3130
.within(() => {
32-
cy.log(cy.get('td').eq(2))
3331
cy.get('td').eq(2).should('contain', 'Site'); // Location column
3432
cy.get('td').eq(3).should('contain', 'Module'); // Type column
3533
cy.get('td').eq(7).should('contain', 'N/A'); // Folder column
@@ -44,7 +42,6 @@ describe('Test that the weblinks extension package', () => {
4442
.should('exist') // Confirm the row exists
4543
// Verify other cells in the same row
4644
.within(() => {
47-
cy.log(cy.get('td').eq(2))
4845
cy.get('td').eq(2).should('contain', 'Site'); // Location column
4946
cy.get('td').eq(3).should('contain', 'Plugin'); // Type column
5047
cy.get('td').eq(7).should('contain', 'system'); // Folder column
@@ -59,7 +56,6 @@ describe('Test that the weblinks extension package', () => {
5956
.should('exist') // Confirm the row exists
6057
// Verify other cells in the same row
6158
.within(() => {
62-
cy.log(cy.get('td').eq(2))
6359
cy.get('td').eq(2).should('contain', 'Administrator'); // Location column
6460
cy.get('td').eq(3).should('contain', 'Component'); // Type column
6561
cy.get('td').eq(7).should('contain', 'N/A'); // Folder column
@@ -74,7 +70,6 @@ describe('Test that the weblinks extension package', () => {
7470
.should('exist') // Confirm the row exists
7571
// Verify other cells in the same row
7672
.within(() => {
77-
cy.log(cy.get('td').eq(2))
7873
cy.get('td').eq(2).should('contain', 'Site'); // Location column
7974
cy.get('td').eq(3).should('contain', 'Package'); // Type column
8075
cy.get('td').eq(7).should('contain', 'N/A'); // Folder column

0 commit comments

Comments
 (0)