Acceptance Test Failure

Hi frnds ,

  when i run the Acceptance test it will show the failure message . can anyone help me???

Hey!

Since I had the same problem today.

The solution for me was:

In app/tests/codeception/acceptance.suite.yml

Change:

url: http://localhost:8080

To the path of your app like for example (basic app):

url: http://localhost/myYiiProject/web/

Or:

url: http://myVirtualHost/

Regards

It fails because it does not find the text you pass to the function see() at the page.

Make sure it exists at the execution time looking at the fail.html files of the tests/_output folder.