import Pages.TextbackLoginPage
import Pages.TextbackPage
import geb.spock.GebSpec
import spock.lang.Stepwise
@Stepwise
class Test#### extends GebSpec {
def "Successful Log in as existed user"() {
when: "Enter User Credentials"
to ######LoginPage
and: "Enter User Login"
Login < and: "Enter User Password
(
Read more... )