Skip to content

Commit 84c7bf5

Browse files
committed
docs(cn): dissolve the conflict
1 parent de70c1b commit 84c7bf5

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

config/browser/locators.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ outline: deep
1212
- **类型:** `string`
1313
- **默认值:** `data-testid`
1414

15-
<<<<<<< HEAD
1615
用于通过 `getByTestId` 定位器查找元素的属性。
17-
=======
18-
Attribute used to find elements with `getByTestId` locator.
19-
16+
<!-- TODO: translation -->
2017
## browser.locators.exact <Version type="experimental">4.1.3</Version> {#browser-locators-exact}
2118

2219
- **Type:** `boolean`
@@ -30,4 +27,3 @@ When set to `true`, [locators](/api/browser/locators) will match text exactly by
3027
const locator = page.getByText('Hello, World', { exact: true })
3128
await locator.click()
3229
```
33-
>>>>>>> ab4222a4c4bd8d175537000fb1b0f6b7334065c3

guide/cli-generated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Directory of HTML coverage output to be served in UI mode and HTML reporter.
428428
- **配置:** [browser.trace](/config/browser/trace)
429429

430430
启用追踪视图模式。 可选项: "on", "off", "on-first-retry", "on-all-retries", "retain-on-failure"
431-
431+
<!-- TODO: translation -->
432432
### browser.locators.exact
433433

434434
- **CLI:** `--browser.locators.exact`

guide/ui.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ npx vite preview --outDir ./html
5252

5353
你可以使用 [`outputFile`](/config/outputfile) 配置选项配置输出。你需要在那里指定 `.html` 路径。例如,`./html/index.html` 是默认值。
5454
:::
55-
56-
<<<<<<< HEAD
57-
## 模块图 {#module-graph}
58-
=======
55+
<!-- TODO: translation -->
5956
::: tip
6057
To view the HTML report from CI, for example in GitHub Actions, upload the output directory as an artifact:
6158

@@ -73,8 +70,7 @@ To view the HTML report from CI, for example in GitHub Actions, upload the outpu
7370
This adds a link to the job summary. Click it to open the report in [Vitest Viewer](https://viewer.vitest.dev/) directly in the browser. You can also download the artifact manually and extract it, then run `vite preview` locally as above.
7471
:::
7572

76-
## Module Graph
77-
>>>>>>> ab4222a4c4bd8d175537000fb1b0f6b7334065c3
73+
## 模块图 {#module-graph}
7874

7975
模块图选项卡显示所选测试文件的模块图。
8076

0 commit comments

Comments
 (0)