Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
afmicka committed Dec 13, 2024
1 parent 21bb181 commit e7f079f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nala/studio/studio.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
linkUrl: '',
},
browserParams: '#query=',
tags: '@mas @mas-studio @smoke @regression',
tags: '@mas-studio',
},
],
};
2 changes: 1 addition & 1 deletion nala/studio/studio.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test.describe('M@S Studio feature test suite', () => {
'**/auth.services.adobe.com/en_US/index.html**/',
);
features[0].url =
'https://main--mas--adobecom.aem.live/studio.html';
`${baseURL}/studio.html`;
await ims.fillOutSignInForm(features[0], page);
await expect(async () => {
const response = await page.request.get(features[0].url);
Expand Down

0 comments on commit e7f079f

Please sign in to comment.