Skip to content

Commit fa103ee

Browse files
authored
[4.4] system test for com_installer (#41483)
* system test for com_installer * cs
1 parent 28f7b8b commit fa103ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
describe('Test that installer API endpoint', () => {
2+
it('can deliver a list of extensions', () => {
3+
cy.api_get('/extensions')
4+
.then((response) => cy.wrap(response).its('body').its('data.0').its('attributes')
5+
.its('name')
6+
.should('include', 'Action Log - Joomla'));
7+
});
8+
});

0 commit comments

Comments
 (0)