senar.ai icon indicating copy to clipboard operation
senar.ai copied to clipboard

[Bug] unable to Search an Activity

Open depapp opened this issue 2 years ago • 0 comments

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

Additional Information

image

depapp avatar Oct 14 '22 08:10 depapp