Skip to content
Snippets Groups Projects
Commit c7843984 authored by Paulo Gingao's avatar Paulo Gingao
Browse files

ISAICP-8667: Fix behat test.

parent e862e95f
No related branches found
Tags v1.104.0
1 merge request!167ISAICP-8667: Limit Responsive navbar width on large screens.
...@@ -138,9 +138,10 @@ Feature: Navigation menu for custom pages ...@@ -138,9 +138,10 @@ Feature: Navigation menu for custom pages
| Plaster casting | This is a sample body. | Plaster molds | published | HR | | Plaster casting | This is a sample body. | Plaster molds | published | HR |
When I go to the "Plaster molds" collection When I go to the "Plaster molds" collection
Then I should see the text "See more" in the "Navigation menu" Then I should see the text "See more" in the "Navigation menu"
But I should see the text "Plaster casting" in the "Navigation menu" But I should not see the text "Plaster casting" in the "Navigation menu"
And I should not see the text "Vintage molds" in the "Navigation menu" And I should not see the text "Vintage molds" in the "Navigation menu"
Then I press "See more" Then I press "See more"
And I should see the text "Plaster casting" in the "Navigation menu"
And I should see the text "Vintage molds" in the "Navigation menu" And I should see the text "Vintage molds" in the "Navigation menu"
@javascript @javascript
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment