Skip to content

Commit

Permalink
Update testcase.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda committed Dec 5, 2024
1 parent 8e2023e commit 12d7327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test.describe('A dialog should be displayed if the test cases size is too big',
test('Accept the dialog', async () => {
// Accept the dialog should be tested after dismissing. Because we cannot rewrite page.on('dialog')
page.on('dialog', dialog => {
expect(dialog.message() === 'The size of all the test cases is too large (31.5MB). Loading all of them might make the browser crash. Still load?').toBeTruthy();
expect(dialog.message() === 'The size of all the test cases is too large (31.5MB). Loading all of them might make your browser crash. Still load?').toBeTruthy();
dialog.accept();
});
await page.goto('https://atcoder.jp/contests/abc346/tasks/abc346_c');
Expand Down

0 comments on commit 12d7327

Please sign in to comment.