zulip/frontend_tests
Riken Shah a527d196d7 puppeteer_tests: Use more stable selectors.
This commit changes some fragile selectors (like
`a[href=#link]`) to more stable selectors because they
are more prone to break from doing something normal
like adding another link in the app.

It also solves an inconsistency in `07-navigation.ts`,
where the subscription overlay was opened by clicking
on the header stream instead of the menu list.

It also fixes a rare flake (in `07-navigation.ts`), where
the close button of subscription overlay was not clicked
due to a delay in the opening. The delay was caused by
clicking the header stream to open subscription overlay
which caused unnecessary loading of the stream
setting(Verona).
2021-03-31 09:00:51 -04:00
..
node_tests markdown: Include text & url in `topic_links` parameter of our API. 2021-03-30 15:53:07 -07:00
puppeteer_lib puppeteer_tests: Use more stable selectors. 2021-03-31 09:00:51 -04:00
puppeteer_tests puppeteer_tests: Use more stable selectors. 2021-03-31 09:00:51 -04:00
zjsunit js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00