Swanand01

Results 45 comments of Swanand01

The same has been happening with me. The second to last chunk is always received before the last one.

Hi, I would like to take this up please.

Hi @multimeric, I'm actually new to the open source community and Github in general. I haven't created any tests yet, so it would be great if you could actually guide...

Hi @swissspidy ! I needed some help with writing integration tests for the `amp-story-audio-sticker` element. How should I go about writing the test for this scenario? When the user clicks...

Hi @swissspidy, We found that this [karma test](https://github.com/GoogleForCreators/web-stories-wp/actions/runs/8570791618/job/23490005959?pr=13540) is failing. https://github.com/GoogleForCreators/web-stories-wp/blob/48ca21d1d1969217489d7c84a4618731393ebf6d/packages/story-editor/src/components/canvas/karma/quickActions.karma.js#L126-L138 Adding a small delay of 100ms after the `click()` call seems to fix this. ```diff it(`clicking the \`${ACTIONS.INSERT_TEXT.text}\` button...

> There are some TypeScript errors. Do you need help with those? Yes, to be honest, I'm at a loss as to why these errors are appearing 😅

> @Swanand01 can‘t we do it without sleep? I tried `waitFor`, but it did not work. This is probably happening because it takes some time for the active element to...

Hi @swissspidy ! We should also prerender the stories when a stories block is added to the front end. I was wondering what hook I could use for the same,...

The quickEdit test is failing here too. Debugged it, and it seems the response returned here is 403. https://github.com/GoogleForCreators/web-stories-wp/blob/da1f7466b0213c6418d40f1ed0f065c535e61222/packages/e2e-tests/src/specs/wordpress/quickEdit.js#L87-L90 This test logs in as author, but doing the same manually...

> Are speculation rules added on that page and Is the browser perhaps preloading the link? Maybe that causes some issues? The error says `response` is null, which is suspicious....