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

Regression Testing for 1.6.0 #37

Closed
9 of 23 tasks
vikrampm1 opened this issue Jun 26, 2024 · 1 comment · Fixed by #40 or #41
Closed
9 of 23 tasks

Regression Testing for 1.6.0 #37

vikrampm1 opened this issue Jun 26, 2024 · 1 comment · Fixed by #40 or #41
Assignees
Milestone

Comments

@vikrampm1 vikrampm1 added this to the 1.6.0 milestone Jun 26, 2024
@qasumitbagthariya
Copy link
Collaborator

QA Update ❌


Issue 1: When attempting to update a list without selecting an updated item from the dropdown menu, a fatal error occurs upon clicking the "Update List" button.

image

Fatal_error.mov
[28-Jun-2024 11:40:20 UTC] PHP Fatal error:  Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-content/plugins/mailchimp/mailchimp.php:695
Stack trace:
#0 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-content/plugins/mailchimp/views/setup_page.php(24): mailchimp_sf_change_list_if_necessary()
#1 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-content/plugins/mailchimp/mailchimp.php(792): require_once('/Users/sumitbag...')
#2 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-includes/class-wp-hook.php(324): mailchimp_sf_setup_page('')
#3 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#4 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#5 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-admin/admin.php(259): do_action('toplevel_page_m...')
#6 /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-admin/options-general.php(10): require_once('/Users/sumitbag...')
#7 {main}
  thrown in /Users/sumitbagthariya/Local Sites/mailchimp/app/public/wp-content/plugins/mailchimp/mailchimp.php on line 695

Suggestion
There is inconsistent spacing between Header and Sub-Header, In the shortcode and the Mailchimp widget.

Shortcode
image

Widget
image


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment