@mars-stack/cli 8.0.11 → 8.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -167,7 +167,7 @@ test.describe('Kitchen-sink CLI catalog (MARS-041)', () => {
|
|
|
167
167
|
test('file upload: files page loads', async ({ page }) => {
|
|
168
168
|
await signInWithSeededUser(page);
|
|
169
169
|
await page.goto('/files');
|
|
170
|
-
await expect(page.getByRole('heading', { name: 'Files' })).toBeVisible();
|
|
170
|
+
await expect(page.getByRole('heading', { name: 'Files', exact: true })).toBeVisible();
|
|
171
171
|
});
|
|
172
172
|
|
|
173
173
|
test('auth: unauthenticated user cannot access dashboard', async ({ browser }) => {
|