# isVisible

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts#L54)

Check if an element is visible

## Signature

```ts
async function isVisible(page: Page, selector: string): Promise<boolean>
```

## Parameters

| Name | Type |
|---|---|
| `page` | `Page` |
| `selector` | `string` |

**Returns:** `Promise<boolean>`
