Open depapp opened 2 years ago
unable to Search an Activity when JavaScript browser is disabled. since this feature didn't works as expected, e2e test that using noscript browser is failed.
Search
Activity
JavaScript browser is disabled
noscript
failed
// Desktop tests use Chromium browser with JavaScript disabled. { name: 'noscript', use: { ...devices['Desktop Chrome'], javaScriptEnabled: false, noscript: true, }, },
user should be able to Search an Activity even when JavaScript browser is disabled
Description
unable to
Search
anActivity
whenJavaScript browser is disabled
. since this feature didn't works as expected, e2e test that usingnoscript
browser isfailed
.Expected Behaviour
user should be able to
Search
anActivity
even whenJavaScript browser is disabled
Additional Information