@@ -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