Skip to content

Commit

Permalink
add AC button test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjack committed Jul 4, 2024
1 parent ae49c61 commit 787978f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/calculator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test.describe('calculator', () => {
['-', '8'],
['÷', '5'],
['×', '20'],
['AC', '2'],
].forEach(([operation, expected]) => {
test(`basic ${operation} operation`, async ({ page }) => {
const calcPage = new Calculator(page);
Expand Down

0 comments on commit 787978f

Please sign in to comment.