Skip to content

Commit

Permalink
Update tests/System/integration/plugins/media-action/rotate/RotatePlu…
Browse files Browse the repository at this point in the history
…gin.cy.js

Co-authored-by: heelc29 <[email protected]>
  • Loading branch information
laoneo and heelc29 authored Apr 1, 2023
1 parent 768903f commit 739a92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Test that the rotate media action plugin', () => {
it('is shown when editing an image', () => {
cy.doAdministratorLogin(Cypress.env('username'), Cypress.env('password'));
cy.doAdministratorLogin();
cy.visit('/administrator/index.php?option=com_media&view=file&mediatypes=0,1,2,3&path=local-images:/joomla_black.png');
cy.get('button[role="tab"]:contains(Rotate)').click();

Expand Down

0 comments on commit 739a92f

Please sign in to comment.