Skip to content

Commit

Permalink
chore: place snapshot docs after screenshots (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Nov 22, 2024
1 parent 373b52a commit 2c6b34c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dotnet/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
{ type: 'doc', id: 'api-testing' },
Expand All @@ -43,9 +42,10 @@ module.exports = {
{ type: 'doc', id: 'navigations' },
{ type: 'doc', id: 'network' },
{ type: 'doc', id: 'other-locators' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'pages' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' },
Expand Down
4 changes: 2 additions & 2 deletions java/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'accessibility-testing' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
Expand All @@ -45,9 +44,10 @@ module.exports = {
{ type: 'doc', id: 'navigations' },
{ type: 'doc', id: 'network' },
{ type: 'doc', id: 'other-locators' },
{ type: 'doc', id: 'pages' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'pages' },
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' },
Expand Down
4 changes: 2 additions & 2 deletions nodejs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = {
label: 'Guides',
items: [
{ type: 'doc', id: 'library' },
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'accessibility-testing' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'test-assertions' },
Expand All @@ -72,9 +71,10 @@ module.exports = {
{ type: 'doc', id: 'navigations' },
{ type: 'doc', id: 'network' },
{ type: 'doc', id: 'other-locators' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'pages' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'test-snapshots' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
Expand Down
4 changes: 2 additions & 2 deletions python/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
{ type: 'doc', id: 'api-testing' },
Expand All @@ -44,9 +43,10 @@ module.exports = {
{ type: 'doc', id: 'navigations' },
{ type: 'doc', id: 'network' },
{ type: 'doc', id: 'other-locators' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'pages' },
{ type: 'doc', id: 'pom' },
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'aria-snapshots' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' },
Expand Down

0 comments on commit 2c6b34c

Please sign in to comment.