Skip to content

Conversation

@david-crespo
Copy link
Collaborator

Closes #1771

Confirmation toast continues to be unimpressive. That will be addressed with #1211.

2023-10-05-instance-disk-snapshot

@vercel
Copy link

vercel bot commented Oct 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Oct 5, 2023 9:57pm

await page.getByRole('link', { name: 'Snapshots' }).click()
const table = page.getByRole('table')
await expectRowVisible(table, {
name: expect.stringMatching(/^disk-2-/),
Copy link
Collaborator Author

@david-crespo david-crespo Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add this to be able to match on a partial cell content. It works for free because we're already using objectContaining in expectRowVisible.

@david-crespo david-crespo merged commit b2b3a74 into main Oct 6, 2023
@david-crespo david-crespo deleted the snapshot-instance-disks branch October 6, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create snapshot from instance disks list

2 participants