zainfathoni / senar.ai

Senarai website deployed at Vercel with Planetscale database
https://beta.senar.ai
25 stars 7 forks source link

[Bug] unable to Search an Activity #37

Open depapp opened 2 years ago

depapp commented 2 years ago

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