We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842bc49 commit 8bc944dCopy full SHA for 8bc944d
tests/System/integration/administrator/components/com_ccm/Migration.cy.js
@@ -5,8 +5,8 @@ describe('CCM Migration Controller', () => {
5
});
6
7
afterEach(() => {
8
- cy.task('queryDB', "DELETE FROM nuun4_content");
9
- cy.task('queryDB', "DELETE FROM nuun4_categories WHERE id > 2");
+ cy.task('queryDB', "DELETE FROM #__content");
+ cy.task('queryDB', "DELETE FROM #__categories WHERE id > 2");
10
})
11
12
it('has a title', () => {
0 commit comments