Skip to content

Commit d76ed06

Browse files
author
sgauruseu
committed
ui-tests issue #8821
1 parent e199f79 commit d76ed06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/specs/project-2/multiselect.in.settings.panel.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ describe('multiselect.in.settings.panel.spec - tests for selection of several it
3232
// 3. Expand the project selector and verify that 2 new items appeared:
3333
let projectSelectionDialog = await contentBrowsePanel.clickOnProjectViewerButton();
3434
let result = await projectSelectionDialog.getProjectsDisplayName();
35+
await studioUtils.saveScreenshot('project_selection_dialog_new_projects');
3536
assert.ok(result.includes(PROJECT_DISPLAY_NAME_1), "Display name of the first project should be present in options");
3637
assert.ok(result.includes(PROJECT_DISPLAY_NAME_2), "Display name of the second project should be present in options");
3738
});

0 commit comments

Comments
 (0)