Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ACS-9154] Added wait for viewer spinner to load + excluded one test
Browse files Browse the repository at this point in the history
datguychen committed Jan 24, 2025
1 parent d74999a commit 4931dd1
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion e2e/playwright/search/exclude.tests.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
"C290019": "https://hyland.atlassian.net/browse/ACS-6928",
"C290018": "https://hyland.atlassian.net/browse/ACS-6928",
"C699046-3": "https://hyland.atlassian.net/browse/ACS-7464",
"C699498": "https://hyland.atlassian.net/browse/ACS-7682"
"C699498": "https://hyland.atlassian.net/browse/ACS-7682",
"C277736": "https://hyland.atlassian.net/browse/ACS-9154"
}
2 changes: 1 addition & 1 deletion e2e/playwright/viewer/src/tests/viewer-action.e2e.ts
Original file line number Diff line number Diff line change
@@ -200,7 +200,7 @@ test.describe('viewer action file', () => {

test('[MNT-21058] Upload new version action when node is locked', async ({ personalFiles }) => {
await personalFiles.dataTable.performClickFolderOrFileToOpen(fileForUploadNewVersion2);
await personalFiles.viewer.waitForViewerToOpen();
await personalFiles.viewer.waitForViewerToOpen('wait for viewer content');

await Utils.uploadFileNewVersion(personalFiles, docxFile);

0 comments on commit 4931dd1

Please sign in to comment.