snapshot-labs / snapshot-sidekick

https://sh5.co
MIT License
19 stars 16 forks source link

chore: fix tests stucked waiting on wrong url #241

Closed wa0x6e closed 8 months ago

wa0x6e commented 8 months ago

🧿 Current issues / What's wrong ?

Tests are stucked on some setup, due to start-server-and-test script waiting on wrong url.

Additonally, fix some edge case when test are failing due to non-existing folder on CI

💊 Fixes / Solution

Pass the full absolute url instead of just the port to start-server-and-test

🛠️ Tests