Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk authored Jul 3, 2024
2 parents 98b86aa + f4a016f commit 39af4af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/playwright/sanity/plugin-tester-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const pluginList: { pluginName: string, installByAPI: boolean }[] = [
{ pluginName: 'bdthemes-prime-slider-lite', installByAPI: true },
{ pluginName: 'wunderwp', installByAPI: true },
{ pluginName: 'addon-elements-for-elementor-page-builder', installByAPI: true },
{ pluginName: 'addons-for-elementor', installByAPI: true },
// Addons for elementor is closed as of July 2, 2024 and is not available for download. This closure is temporary, pending a full review.
// see: https://wordpress.org/plugins/addons-for-elementor/
// { pluginName: 'addons-for-elementor', installByAPI: true },
{ pluginName: 'anywhere-elementor', installByAPI: true },
{ pluginName: 'astra-sites', installByAPI: true },
{ pluginName: 'connect-polylang-elementor', installByAPI: true },
Expand Down

0 comments on commit 39af4af

Please sign in to comment.