Skip to content

Commit

Permalink
Removed genesis theme and support for it
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Nov 28, 2024
1 parent 155d73c commit aa3d206
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions backstop_data/engine_scripts/mobileMenuThemeSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ module.exports = async (page) => {
}

switch (theme) {
case 'genesis-sample-develop':
target = '#genesis-mobile-nav-primary';
break;
case 'flatsome':
target = '[data-open="#main-menu"]';
break;
Expand Down
3 changes: 1 addition & 2 deletions src/features/delay-js.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ Feature: No Regression with delayjs script udpate
| theme |
| astra |
| Divi |
| flatsome |
| genesis-sample-develop |
| flatsome |
3 changes: 0 additions & 3 deletions src/support/steps/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ When('expand mobile menu', async function (this:ICustomWorld) {
}

switch (theme) {
case 'genesis-sample-develop':
target = '#genesis-mobile-nav-primary';
break;
case 'flatsome':
target = '[data-open="#main-menu"]';
break;
Expand Down

0 comments on commit aa3d206

Please sign in to comment.