Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda committed Apr 29, 2024
1 parent 618e348 commit bffdaeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion browser-extension/chrome-extension-test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const test = base.extend<{
const context = await chromium.launchPersistentContext('.auth/user.json', {
headless: false,
args: [
`--headless=new`,
`--disable-extensions-except=${pathToExtension}`,
`--load-extension=${pathToExtension}`,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test.afterAll(async () => {

test('Test status of a participated contest', async () => {
await page.goto('https://atcoder.jp/contests/abc301/tasks');
await expect(page.locator('table').nth(0)).toContainText('Statuss');
await expect(page.locator('table').nth(0)).toContainText('Status');
});

test('Test status of an un-participated contest', async () => {
Expand Down

0 comments on commit bffdaeb

Please sign in to comment.