Skip to content

Commit 8bc944d

Browse files
committed
update the migration test call for db
1 parent 842bc49 commit 8bc944d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/System/integration/administrator/components/com_ccm/Migration.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ describe('CCM Migration Controller', () => {
55
});
66

77
afterEach(() => {
8-
cy.task('queryDB', "DELETE FROM nuun4_content");
9-
cy.task('queryDB', "DELETE FROM nuun4_categories WHERE id > 2");
8+
cy.task('queryDB', "DELETE FROM #__content");
9+
cy.task('queryDB', "DELETE FROM #__categories WHERE id > 2");
1010
})
1111

1212
it('has a title', () => {

0 commit comments

Comments
 (0)