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
ask Lukas what he meant with this one.
It should look like this: @Inject
private Page page;
The page object should contains all components which I am going to test ?
Why I have to use DI ? Why I have to separate the content of the test page and test code ? Does not test contain too much implementation details ?
Is this for having an option to define the content of the page somewhere else than in the test ?
The text was updated successfully, but these errors were encountered:
ask Lukas what he meant with this one.
It should look like this:
@Inject
private Page page;
The page object should contains all components which I am going to test ?
Why I have to use DI ? Why I have to separate the content of the test page and test code ? Does not test contain too much implementation details ?
Is this for having an option to define the content of the page somewhere else than in the test ?
The text was updated successfully, but these errors were encountered: