Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Aug 19, 2024
1 parent cce10cc commit 14cee22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/e2e/admin-setup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ describe("Plugin Setup Tests", () => {

it("Brightcove Video Connect can be activated and deactivated", () => {
cy.activatePlugin("brightcove-video-connect");
cy.deactivatePlugin("brightcove-video-connect");
// cy.deactivatePlugin("brightcove-video-connect");
});

it("Display admin notice asking to configure the plugin displays when activating the plugin for the first time", () => {
cy.activatePlugin('brightcove-video-connect', 'wpCli');
cy.activatePlugin("brightcove-video-connect");
cy.get('.configure-brightcove').should('exist');
});

Expand Down

0 comments on commit 14cee22

Please sign in to comment.