Skip to content

Commit

Permalink
Test macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioalvap committed Nov 14, 2024
1 parent 7b67c5d commit 48d4afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
test:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions e2e/tests/runTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ afterEach(async () => {
});

describe('Run test', () => {
//Dummy for tests
describe('Test Button', () => {
it('is disabled when scripts are not recorded', async () => {
const electronWindow: Page = await electronService.getWindow();
Expand Down

0 comments on commit 48d4afd

Please sign in to comment.