In the playwright config, I can set the expect timeout as below:-
const config: PlaywrightTestConfig = {
timeout: 120_000,
expect: {
timeout: 15_000,
},
},
Question: Is there any JourneyConfig that allows set the expect timeout?
In the playwright config, I can set the expect timeout as below:-
const config: PlaywrightTestConfig = {
timeout: 120_000,
expect: {
timeout: 15_000,
},
},
Question: Is there any JourneyConfig that allows set the expect timeout?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.