celestiaorg / knuu

Integration Test Framework
Apache License 2.0
39 stars 34 forks source link

TestFolder often fails due to not correct assertion #382

Closed mojtaba-esk closed 4 months ago

mojtaba-esk commented 4 months ago

Not sure if something has changed. Check this out: https://github.com/celestiaorg/knuu/actions/runs/9273259973/job/25512934648#step:5:152

=== NAME  TestFolder
    folder_test.go:48: 
            Error Trace:    /home/runner/work/knuu/knuu/e2e/basic/folder_test.go:48
            Error:          "<!DOCTYPE html>\n<html>\n<head>\n<title>Welcome to nginx!</title>\n<style>\nhtml { color-scheme: light dark; }\nbody { width: 35em; margin: 0 auto;\nfont-family: Tahoma, Verdana, Arial, sans-serif; }\n</style>\n</head>\n<body>\n<h1>Welcome to nginx!</h1>\n<p>If you see this page, the nginx web server is successfully installed and\nworking. Further configuration is required.</p>\n\n<p>For online documentation and support please refer to\n<a href=\"[http://nginx.org/\](http://nginx.org//)">nginx.org</a>.<br/>\nCommercial support is available at\n<a href=\"[http://nginx.com/\](http://nginx.com//)">nginx.com</a>.</p>\n\n<p><em>Thank you for using nginx.</em></p>\n</body>\n</html>\n" does not contain "Hello World!"
            Test:           TestFolder
--- FAIL: TestFolder (40.96s)