Skip to content

Commit

Permalink
Re add plugin activation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestorm980 committed Jul 1, 2024
1 parent 498aa0a commit 40a055a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/cypress/e2e/syndication-links.test.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { getRandomText } from "../support/functions";

// describe('Admin can login and make sure plugin is activated', () => {
// beforeEach(() => {
// cy.login();
// cy.clearPluginSettings();
// });
describe('Admin can login and make sure plugin is activated', () => {
beforeEach(() => {
cy.login();
cy.clearPluginSettings();
});

// it('Can activate Syndication Links plugin if it is deactivated', () => {
// cy.activatePlugin('syndication-links');
// });
// });
it('Can activate Syndication Links plugin if it is deactivated', () => {
cy.activatePlugin('syndication-links');
});
});

describe('Test Autopost for X with Syndication Links.', () => {
before(() => {
Expand Down

0 comments on commit 40a055a

Please sign in to comment.