Skip to content

Commit

Permalink
removing wrong 'should not have' statement from BEHAT
Browse files Browse the repository at this point in the history
  • Loading branch information
DocDanou committed May 21, 2024
1 parent 90a8018 commit b146959
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ Feature: Configuring the theme_boost_union plugin for the "Site branding" tab on
And I press "Save changes"
And I am on site homepage
And the theme cache is purged and the theme is reloaded
Then DOM element ".navbar-brand img.logo" should not have computed style "max-width"
And DOM element ".navbar-brand img.logo" should have computed style "height" "100%"
Then DOM element ".navbar-brand img.logo" should have computed style "height" "100%"

Scenario: Setting: Logo max-width - limit logo through admin settings - check regex to limit entry (countercheck)
When I log in as "admin"
Expand Down

0 comments on commit b146959

Please sign in to comment.