Skip to content

Commit 1918279

Browse files
polish test file
1 parent b45750f commit 1918279

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cypress/e2e/uploadTextOrUrl.spec.cy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import UploadTextOrUrl from '../modules/UploadTextOrUrl'
22

33
const uploadTextOrUrl = new UploadTextOrUrl()
44

5-
describe('UploadFreeText API tests - individual - valid inputs', () => {
5+
describe('UploadTextOrUrl API tests - individual - valid inputs', () => {
66
const validInputs = ['input1', 'input2', 'input3', 'input4']
77

88
validInputs.forEach(inputKey => {
@@ -22,7 +22,7 @@ describe('UploadFreeText API tests - individual - valid inputs', () => {
2222
})
2323
})
2424

25-
describe('UploadFreeText API tests - individual - invalid inputs', () => {
25+
describe('UploadTextOrUrl API tests - individual - invalid inputs', () => {
2626
it(`should upload text and validate failure response with invalid input5`, () => {
2727
const meta = uploadTextOrUrl.inputMeta.input5
2828
const { endpointKey, statusKey } = uploadTextOrUrl.getResolvedApiAndStatus(meta, 0)
@@ -37,7 +37,7 @@ describe('UploadFreeText API tests - individual - invalid inputs', () => {
3737
})
3838
})
3939

40-
describe('UploadFreeText API tests - only valid combinations', () => {
40+
describe('UploadTextOrUrl API tests - only valid combinations', () => {
4141
const validCombinations = uploadTextOrUrl.getValidInputApiCombinations()
4242

4343
validCombinations.forEach(([inputKey, apiKey]) => {

0 commit comments

Comments
 (0)