Commit d552ea622a19d89c7d740d6430cc27d7f1d75223
1 parent
576eaafa
Exists in
staging
and in
42 other branches
manage-inputs: remove test that tabs is remembered
This no longer works on new jquery ui and needs some ugly solutions to replace.
Showing
1 changed file
with
0 additions
and
19 deletions
Show diff stats
features/manage_inputs.feature
... | ... | @@ -220,25 +220,6 @@ Feature: manage inputs |
220 | 220 | And I confirm the browser dialog |
221 | 221 | Then I should see "Add the inputs or raw material used by this product" |
222 | 222 | |
223 | - @selenium | |
224 | - Scenario: Remember in which tab I was | |
225 | - Given the following products | |
226 | - | owner | category | name | | |
227 | - | redemoinho | Music | Depeche Mode | | |
228 | - | redemoinho | Music | Manu Chao | | |
229 | - And I am logged in as "joaosilva" | |
230 | - When I go to Rede Moinho's page of product Depeche Mode | |
231 | - Then I should see "Add some description to your product" | |
232 | - And "Add the inputs or raw material used by this product" should not be visible within "#show_product" | |
233 | - When I follow "Inputs and raw material" | |
234 | - Then I should see "Add the inputs or raw material used by this product" | |
235 | - And "Add some description to your product" should not be visible within "#show_product" | |
236 | - When I go to Rede Moinho's page of product Manu Chao | |
237 | - Then I should see "Add some description to your product" | |
238 | - When I go to Rede Moinho's page of product Depeche Mode | |
239 | - Then I should see "Add the inputs or raw material used by this product" | |
240 | - And "Add some description to your product" should not be visible within "#show_product" | |
241 | - | |
242 | 223 | @selenium-fixme |
243 | 224 | Scenario: Order input list |
244 | 225 | Given the following product_category | ... | ... |