Skip to content

Commit

Permalink
lowercase silo on button
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Sep 5, 2024
1 parent ca0ec04 commit 0e99ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/system/UtilizationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function UsageTab() {
/>
</Table.Cell>
<Table.Cell className="action-col w-10 children:p-0" height="large">
<RowActions id={silo.siloId} copyIdLabel="Copy Silo ID" />
<RowActions id={silo.siloId} copyIdLabel="Copy silo ID" />
</Table.Cell>
</Table.Row>
))}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/utilization.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test.describe('System utilization', () => {
'navigator.clipboard.readText() works locally in Safari but not in CI.'
)
await page.goto('/system/utilization')
await clickRowAction(page, 'maze-war', 'Copy Silo ID')
await clickRowAction(page, 'maze-war', 'Copy silo ID')
expect(await clipboardText(page)).toEqual('6d3a9c06-475e-4f75-b272-c0d0e3f980fa')
})

Expand Down

0 comments on commit 0e99ec3

Please sign in to comment.