Skip to content

Commit

Permalink
Fix for CS
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Sep 24, 2024
1 parent 939eb1a commit 9dfd54c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineConfig({
// and is going to start stepping through the blueprint, but hasn't loaded GatherPress nor imported any data;
// Resulting in failing tests.
//
// Sending just >undefined< is an idea, taken from @swisspidy at:
// Sending just >undefined< is an idea, taken from @swisspidy at:
// https://github.com/swissspidy/wp-performance-action/pull/173/files#diff-980717ce45eb5ef0a66e87dd5b664656800d31ca809fe902f069b5e8f3cdcd31
command: undefined,
port: 9400,
Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/editor/venues.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ test.describe('Venues in the Editor', () => {
.fill('test venue information');

await editor.publishPost(); // this is missing the force and doesnt work.

});
});

0 comments on commit 9dfd54c

Please sign in to comment.