We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e825d8 commit 891530eCopy full SHA for 891530e
src/data/markdown/docs/05 Examples/01 Examples/19 functional testing.md
@@ -83,7 +83,7 @@ function retrieveIndividualCrocodilesInABatch(){
83
});
84
}
85
86
-function retieveAllPublicCrocodiles(){
+function retrieveAllPublicCrocodiles(){
87
88
describe('[Crocs service] Fetch a list of crocs', () => {
89
let response = session.get('/public/crocodiles');
@@ -162,7 +162,7 @@ function validateCrocodileCreation(){
162
163
export default function testSuite() {
164
retrieveIndividualCrocodilesInABatch();
165
- retieveAllPublicCrocodiles();
+ retrieveAllPublicCrocodiles();
166
validateAuthService();
167
validateCrocodileCreation();
168
0 commit comments