Skip to content

Commit

Permalink
refactor(testing): DISCOVERY-523 Two more ouia ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Sep 26, 2024
1 parent 979fe38 commit 95ea892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/scans/showScansModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ShowScansModal: React.FC<ShowScansModalProps> = ({
{scanJobs?.length} scan{scanJobs?.length === 1 ? ' has' : 's have'} run
</div>
<br />
<Table aria-label="Scan jobs table">
<Table aria-label="Scan jobs table" ouiaId="scan_jobs_table">
<Thead>
<Tr>
{/* <Th
Expand Down
1 change: 1 addition & 0 deletions src/views/sources/viewSourcesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ const SourcesListView: React.FunctionComponent = () => {
isDisabled={source.connection?.status === 'pending'}
variant={ButtonVariant.link}
onClick={() => onScanSource(source)}
ouiaId="scan_button"
>
Scan
</Button>
Expand Down

0 comments on commit 95ea892

Please sign in to comment.