fix(core): Fix wallet payments throwing Invalid 'payment_method_type' provided and UI test issues (#1633)

Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
This commit is contained in:
Pa1NarK
2023-07-10 22:48:07 +05:30
committed by GitHub
parent 6d4943d825
commit 307a470f7d
18 changed files with 1414 additions and 1317 deletions

View File

@ -28,4 +28,10 @@ while netstat -lnt | awk '$4 ~ /:8080$/ {exit 1}'; do
else
sleep 10
fi
done
done
IN="$INPUT"
for i in $(echo $IN | tr "," "\n"); do
cargo test --package router --test connectors -- "${i}_ui::" --test-threads=1 >> tests/test_results.log 2>&1
done
cat tests/test_results.log