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 61a484d commit ebced59Copy full SHA for ebced59
tests/cypress/integration/api/com_weblinks/Weblinks.cy.js
@@ -1,5 +1,5 @@
1
describe('Test that weblinks API endpoint', () => {
2
- afterEach(() => cy.task('queryDB', 'DELETE FROM #__weblinks WHERE title LIKE "%automated test weblink%"'));
+ afterEach(() => cy.task('queryDB', "DELETE FROM #__weblinks WHERE title LIKE '%automated test weblink%'"));
3
4
it('can deliver a list of weblinks', () => {
5
cy.db_enableExtension('1', 'plg_webservices_weblinks');
0 commit comments