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

[#3476] update cypress tests baseurl #3509

Merged
merged 32 commits into from
Aug 10, 2022

Conversation

AudreyKj
Copy link
Contributor

@AudreyKj AudreyKj commented Jul 29, 2022

closes #3476

@AudreyKj AudreyKj requested a review from stayprodio July 29, 2022 15:14
@@ -151,7 +151,7 @@ const ItemInfo = (props: ComponentInfoProps) => {
)}
</div>

{!needsConfig && (
{isComponent && !needsConfig && (
<div className={styles.enabled}>
Copy link
Contributor Author

@AudreyKj AudreyKj Jul 29, 2022

Choose a reason for hiding this comment

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

status page here: only components display the toggle

@@ -2,7 +2,7 @@ import {defineConfig} from 'cypress';

export default defineConfig({
e2e: {
baseUrl: 'http://airy.core',
baseUrl: 'http://localhost',
specPattern: 'integration/**/*.spec.?s',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

change of base url here

chrismatix
chrismatix previously approved these changes Aug 2, 2022
@AudreyKj AudreyKj force-pushed the testing/3476-update-cypress-tests-baseurl branch from 968e44f to d55ed42 Compare August 9, 2022 14:14
@AudreyKj AudreyKj merged commit dbf82e0 into develop Aug 10, 2022
@AudreyKj AudreyKj deleted the testing/3476-update-cypress-tests-baseurl branch August 10, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Cypress tests baseUrl
3 participants