Skip to content

Commit

Permalink
˛fix: add index of soft expect
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Sep 19, 2024
1 parent 6b09f3f commit 643ca03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
{ text: "TypeScript", link: "/typescript" },
{ text: "Data Management", link: "/data" },
{ text: "Parallel Execution", link: "/parallel" },
{ text: "Self-Healing Tests", link: "/heal" },
{ text: "Self-Healing Tests", link: "/heal" },
{ text: "AI Testing 🪄", link: '/ai' },
{ text: "Reports", link: "/reports" },
]
Expand Down Expand Up @@ -155,6 +155,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
{ text: "OpenAI", link: "/helpers/OpenAI" },
{ text: "FileSystem", link: "/helpers/FileSystem" },
{ text: "Expect", link: "/helpers/Expect" },
{ text: "Soft Expect", link: "/helpers/SoftExpectHelper" },
{ text: "MockServer", link: "/helpers/MockServer" },
{ text: "Community Helpers", link: "/community-helpers" },
]
Expand Down

0 comments on commit 643ca03

Please sign in to comment.