Skip to content

Commit

Permalink
feat: Remove repository-sync workflows in favor of github-docs-bot (#…
Browse files Browse the repository at this point in the history
…13367)

* feat: Remove repository-sync workflows in favor of github-docs-bot

* does this fix this idiotic test
  • Loading branch information
1 parent e1451fa commit b8f678b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 75 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/docs-preview-create-request.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/docs-preview-delete-request.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/sync-request.yml

This file was deleted.

1 change: 1 addition & 0 deletions packages/kit/test/apps/hash-based-routing/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ test.describe('hash based navigation', () => {
await page.goto('/#/anchor');

await page.locator('a[href="#test"]').click();
await page.waitForURL('#/anchor#test');
await expect(page.locator('#test')).toHaveText('#test');
const url = new URL(page.url());
expect(url.hash).toBe('#/anchor#test');
Expand Down

0 comments on commit b8f678b

Please sign in to comment.