You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current selenium fixture tag (sienafixture.html) refers to the class play.modules.siena.SienaFixture but this class doesn't exist in version 2.0.5. The correct class should be play.modules.siena.SienaFixtures. Also the methods called in the current version of the tag have been deprecated and therefore the content of sienafixture.html should be changed to the following:
The current selenium fixture tag (sienafixture.html) refers to the class play.modules.siena.SienaFixture but this class doesn't exist in version 2.0.5. The correct class should be play.modules.siena.SienaFixtures. Also the methods called in the current version of the tag have been deprecated and therefore the content of sienafixture.html should be changed to the following:
%{
if(_delete == 'all') {
play.modules.siena.SienaFixtures.deleteDatabase()
}
}%
%{
if(_load) {
play.modules.siena.SienaFixtures.loadModels(_load)
}
}%
The text was updated successfully, but these errors were encountered: