tbonelee commented on code in PR #5111:
URL: https://github.com/apache/zeppelin/pull/5111#discussion_r2501565470
##########
zeppelin-web-angular/e2e/tests/notebook/published/published-paragraph.spec.ts:
##########
@@ -99,6 +99,24 @@ test.describe('Published Paragraph', () => {
timeout: 10000
});
});
+
+ test('should enter published paragraph in React mode via URL with
react=true', async ({ page }) => {
+ await test.step('Given I navigate to React mode URL', async () => {
+ const reactModeUrl =
`/#/notebook/${testNotebook.noteId}/paragraph/${testNotebook.paragraphId}?react=true`;
+ await page.goto(reactModeUrl);
+ await waitForZeppelinReady(page);
+
+ // URL 이동 완료까지 명시적으로 대기
Review Comment:
There's a Korean comment.
(I haven't started the review yet, just leaving a quick note.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]