Skip to content

Commit 9d0b35d

Browse files
committed
fix: ci build
1 parent c9d4f7a commit 9d0b35d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
1111
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
1212
<link rel="stylesheet" href="/themes/pure.css" title="pure" disabled>
13-
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1.0.1/index.min.js"></script>
13+
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.min.js"></script>
1414
<style>
1515
nav.app-nav li ul {
1616
min-width: 100px;

test/e2e/sidebar.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Sidebar Tests', function() {
88
test('search readme', async () => {
99
await docsifyInit();
1010
await page.goto(DOCS_URL + '/#/quickstart');
11-
await page.fill('input[type=search]', 'Please consider donating');
11+
await page.fill('input[type=search]', 'Donate');
1212
expect(
1313
await page.innerText('.results-panel > .matching-post > a > h2')
1414
).toEqual('Donate');

0 commit comments

Comments
 (0)