Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

UI tests: fix Manage community -> Overview: Edit community name, desc and color test #57

@anastasiyaig

Description

@anastasiyaig

Manage community -> Overview: community admin edits the community name, description and color test needs to be fixed on Mac at least, scrolling does not work

Detail LookupError: Object '{container=':statusDesktop_mainWindow' objectName='communityEditPanelScrollView' type='CommunityEditSettingsPanel' visible='true'}' not ready: QML Extension reports item as not ready (Screenshot in "/Users/anastasiya/.squish/Test Results/2023-05-29T19-43-53.838841+03-00/1/suite_communities/tst_communityManageCommunity/errorImages/error_1.png")  /Users/anastasiya/status-desktop/test/ui-test/src/drivers/SquishDriver.py:263
def edit_community(self, new_community_name: str, new_community_description: str, new_community_color: str):
        self.open_edit_community_by_community_header()
        self.change_community_name(new_community_name)
        self.change_community_description(new_community_description)
        # self.change_community_color(new_community_color) TODO: fix scroll to the color component
        self.save_community_changes()

in StatusCommunityScreen.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    SquishTasks related to Squish framework but not necessarily related to tests implementationUI testsend-to-end UI scenarios in automation framework

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions