@mars-stack/cli 8.0.12 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mars-stack/cli",
3
- "version": "8.0.12",
3
+ "version": "8.0.13",
4
4
  "description": "MARS CLI: scaffold, configure, and maintain SaaS apps",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -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 }) => {