Skip to content

Commit

Permalink
Update editor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Mar 27, 2024
1 parent b7ebd7f commit 5bfde0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/objects/app-files/utils/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const closeTextEditorOrViewerButton = '#app-top-bar-close'
const saveTextEditorOrViewerButton = '#app-save-action'
const texEditor = '#text-editor'
const pdfViewer = '#pdf-viewer'
const imageViewer = '.preview-controls-action-bar'
const imageViewer = '.stage'

export const close = (page: Page): Promise<unknown> => {
return Promise.all([
Expand Down

0 comments on commit 5bfde0b

Please sign in to comment.