Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Aug 7, 2024
1 parent 6a8db8b commit 2c11012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vi.mock('../../../../../src/composables/spaces/useSpaceHelpers', () => ({
useSpaceHelpers: vi.fn()
}))

describe.skip('editReadmeContent', () => {
describe('editReadmeContent', () => {
describe('isVisible property', () => {
it('should be true for space managers', () => {
const spaceMock = mock<Drive>({
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/support/objects/app-files/resource/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const actionSkipButton = '.oc-modal-body-actions-cancel'
const actionSecondaryConfirmationButton = '.oc-modal-body-actions-secondary'
const versionRevertButton = '//*[@data-testid="file-versions-revert-button"]'
const sideBarActionButton =
'//div[contains(@class, "files-side-bar")]//*[contains(@data-testid, "action-handler")]/span[text()="%s"]'
'//div[contains(@class, "files-side-bar")]//*[contains(@data-testid, "action-handler")]//span[text()="%s"]'
const notificationMessageDialog = '.oc-notification-message-title'
const notificationMessage = '.oc-notification-message'
const permanentDeleteButton = '.oc-files-actions-delete-permanent-trigger'
Expand Down

0 comments on commit 2c11012

Please sign in to comment.