mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Add data-cy for page collapse span
This commit is contained in:
parent
b6917b3a8e
commit
765e25b018
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ export const QueryPanel = ({ darkMode }) => {
|
|||
onClick={toggleQueryEditor}
|
||||
>
|
||||
<span>{isExpanded ? <SectionCollapse width="13.33" /> : <SectionExpand width="13.33" />}</span>
|
||||
<span>Queries</span>
|
||||
<span data-cy="query-manager-collapse-button">Queries</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue