We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd01d3 commit 351c3f2Copy full SHA for 351c3f2
packages/selenium-ide/src/neo/components/Suite/index.jsx
@@ -112,7 +112,7 @@ class Suite extends React.Component {
112
)}
113
{listMenu}
114
</div>
115
- <TestList collapsed={this.store.isOpen} suite={this.props.suite} tests={this.store.filteredTests.get()} removeTest={(test) => {
+ <TestList collapsed={!this.store.isOpen} suite={this.props.suite} tests={this.store.filteredTests.get()} removeTest={(test) => {
116
this.props.suite.removeTestCase(test);
117
UiState.selectTest();
118
}} />
0 commit comments