Add data-cy for page collapse span

This commit is contained in:
emidhun 2024-12-13 16:50:53 +05:30
parent b6917b3a8e
commit 765e25b018

View file

@ -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>