Bug 570901 - SWTBotGefViewer.activateTool should throw WidgetNotFoundException if tool is not visible
Summary: SWTBotGefViewer.activateTool should throw WidgetNotFoundException if tool is ...
Status: NEW
Alias: None
Product: SWTBot
Classification: Technology
Component: GEFBot (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-04 04:50 EST by Felix Dorner CLA
Modified: 2021-02-04 04:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Dorner CLA 2021-02-04 04:50:29 EST
This is for a sirius test where tools can show and hide depending on activated sirius layers. When I call the activateTool method for a tool that is not visible because the layer in which it is defined is not active, the PaletteFinder finds the tool anyways, but doesn't realise that the tool is not visible. I expect the method to throw a WidgetNotFoundException in this case.