fix(ui-test): Run UI tests only on merge-queue (#1709)

This commit is contained in:
Jagan
2023-07-14 16:58:40 +05:30
committed by GitHub
parent 82fd844620
commit cb0ca0cc2f
2 changed files with 25 additions and 10 deletions

View File

@ -35,6 +35,7 @@ async fn should_make_trustpay_3ds_payment(web_driver: WebDriver) -> Result<(), W
#[test]
#[serial]
#[ignore]
fn should_make_trustpay_3ds_payment_test() {
tester!(should_make_trustpay_3ds_payment);
}