Sylius / Sylius-Sandbox

[DEPRACATED] Sylius sandbox application, playground and testing place for Sylius and Symfony2 beginners.
Sylius.org
MIT License
76 stars 24 forks source link

Behat taxonomy scenarios #85

Closed umpirsky closed 11 years ago

umpirsky commented 11 years ago

I'm sending this PR in order to get some feedback.

There is a lot of things to fix. Feature contexts are in mess right now, we need a better organization, probably customer and admin context.

We need to be able to get rid of this xpath selectors and select which taxonomy to eidt/delete by it's name. I guess the right way would be to create steps which will put me on right route depending on taonomy/taxon chosen in scenario. For example, if I say And I follow edit taxon "Bookmania" it should put me on sylius_sandbox_backend_taxon_update route.

What do you think?

umpirsky commented 11 years ago

@pjedrzejewski pong

pjedrzejewski commented 11 years ago

Closing this, was a good exercise I guess. :D