senar.ai
senar.ai copied to clipboard
[Bug] unable to Search an Activity
Description
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
.
// Desktop tests use Chromium browser with JavaScript disabled.
{
name: 'noscript',
use: {
...devices['Desktop Chrome'],
javaScriptEnabled: false,
noscript: true,
},
},
Expected Behaviour
user should be able to Search
an Activity
even when JavaScript browser is disabled