Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tests to pass on bacom. #419

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Updating tests to pass on bacom. #419

merged 1 commit into from
Aug 15, 2024

Conversation

Dli3
Copy link
Contributor

@Dli3 Dli3 commented Aug 14, 2024

Updating tests to pass on bacom.

@Dli3 Dli3 added the run-nala Run Nala Test Automation against PR/Branch label Aug 14, 2024
const skipOn = ['bacom', 'business'];

skipOn.some((skip) => {
if (baseURL.includes(skip)) test.skip(true, `Skipping the promo tests for ${baseURL}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe you want to write 'commerce' instead of 'promo' but does not matter much. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, thanks! @afmicka

@Dli3 Dli3 merged commit dd108f4 into main Aug 15, 2024
4 checks passed
@Dli3 Dli3 deleted the geo-regex branch August 15, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-nala Run Nala Test Automation against PR/Branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants