File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ The Database Commands create items in the database like articles or users. They
197197cy.db_createArticle({ title: 'automated test article' }).then((id) => { ... })`
198198```
199199
200- The following commands are available and are served by the file [ tests/System/support/commands/db.js ] ( /tests/System/support/commands/db.js ) :
200+ The following commands are available and are served by the file [ tests/System/support/commands/db.mjs ] ( /tests/System/support/commands/db.mjs ) :
201201
202202- ** db_createArticle** – Creates an article and returns the id
203203- ** db_createBanner** – Creates a banner and returns the id
@@ -230,7 +230,7 @@ cy.api_get('/content/articles').then((response) => { ... })`
230230` ` `
231231The response is an object from the [Cypress request command](https: // docs.cypress.io/api/commands/request).
232232The following commands are available and are served by the file
233- [tests/ System/ support/ commands/ api .js ](/ tests/ System/ support/ commands/ api .js ):
233+ [tests/ System/ support/ commands/ api .mjs ](/ tests/ System/ support/ commands/ api .mjs ):
234234
235235- ** api_get** – HTTP GET request for given path
236236- ** api_post** – HTTP POST request for given path and body
You can’t perform that action at this time.
0 commit comments