Add Emberwake Cloud Ecosystem deploy hub with AWS and generic spread templates.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Unified expandable panels with mermaid flows, ZIP export, connection tests, and Playwright smoke coverage.
This commit is contained in:
@@ -48,4 +48,12 @@ test.describe('Page smoke', () => {
|
||||
await expect(page.getByRole('heading', { name: 'Quick Forge' })).toBeVisible();
|
||||
await expect(page.locator('.forge-mode-toggle').getByRole('button', { name: 'Simple', exact: true }).first()).toBeVisible();
|
||||
});
|
||||
|
||||
test('Emberwake Cloud Ecosystem hub loads', async ({ page }) => {
|
||||
await page.getByRole('link', { name: /Emberwake/i }).click();
|
||||
await expect(page.getByText('Cloud Ecosystem')).toBeVisible({ timeout: 10_000 });
|
||||
await page.getByText('Cloud Ecosystem').click();
|
||||
await expect(page.getByTestId('cloud-spread-panel')).toBeVisible({ timeout: 10_000 });
|
||||
await expect(page.getByTestId('cloud-method-s3-cloudfront')).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user