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

bug/url changes for events and webinars - PRESS0-1282 #1077

Merged
merged 10 commits into from
May 29, 2024
112 changes: 59 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/data/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const help = [
),
icon: false,
cta: __( 'More Info', 'wp-plugin-bluehost' ),
url: 'https://www.bluehost.com/learn/?utm_campaign=&utm_content=help_blog_link&utm_term=learn_stuff&utm_medium=brand_plugin&utm_source=wp-admin/admin.php?page=bluehost#/help',
url: 'https://www.bluehost.com/blog/events/?utm_campaign=&utm_content=help_blog_link&utm_term=learn_stuff&utm_medium=brand_plugin&utm_source=wp-admin',
},
{
name: 'website',
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/integration/help.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe( 'Help Page', function () {
} );

it( 'Is Accessible', () => {
cy.checkA11y( '.wppbh-app-body' );
cy.checkA11y( '.wppbh-app-body' , {timeout : 20000 });
Copy link
Member

Choose a reason for hiding this comment

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

@ramyakrishnai Why do we have a 20sec delay? I'm not sure it's needed and it'll slow down our matrix runs.

Copy link
Contributor

Choose a reason for hiding this comment

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

Test case was failing even after having the id tag in Dom so added delay.

} );

it( 'Phone Card Exists', () => {
Expand Down
Loading