Skip to content

Commit 0068e80

Browse files
committed
Fixing wrong comment.
1 parent 829f181 commit 0068e80

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

eform-client/e2e/Tests/searchable-lists/searchable-lists.add.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Entity Search', function () {
1212
});
1313
it('should assert true is true', () => {
1414
expect(true).equal(true); // this will pass
15-
// });
15+
});
1616
// it('should go to entity search page', async () => {
1717
// await searchableLists.goToEntitySearchPage();
1818
// await (await $('#createEntitySearchBtn')).waitForDisplayed({ timeout: 40000 });

eform-client/e2e/Tests/searchable-lists/searchable-lists.delete.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Entity Search', function () {
1212
});
1313
it('should assert true is true', () => {
1414
expect(true).equal(true); // this will pass
15-
// });
15+
});
1616
// it('should go to entity search page', async () => {
1717
// await searchableLists.goToEntitySearchPage();
1818
// await (await $('#createEntitySearchBtn')).waitForDisplayed({ timeout: 40000 });

eform-client/e2e/Tests/searchable-lists/searchable-lists.edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Entity Search', function () {
1212
});
1313
it('should assert true is true', () => {
1414
expect(true).equal(true); // this will pass
15-
// });
15+
});
1616
// it('should go to entity search page', async () => {
1717
// await searchableLists.goToEntitySearchPage();
1818
// await $('#createEntitySearchBtn').waitForDisplayed({ timeout: 40000 });

eform-client/e2e/Tests/selectable-lists/selectable-lists.add.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Entity Select', function () {
1313
});
1414
it('should assert true is true', () => {
1515
expect(true).equal(true); // this will pass
16-
// });
16+
});
1717
// it('should make a new selectable list, with no items.', async () => {
1818
// const data = {name: generateRandmString(), description: generateRandmString()};
1919
// await selectableLists.createSelectableList(data);

eform-client/e2e/Tests/selectable-lists/selectable-lists.delete.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Entity Select', function () {
1313
});
1414
it('should assert true is true', () => {
1515
expect(true).equal(true); // this will pass
16-
// });
16+
});
1717
// it('should make a new selectable list, with no items.', async () => {
1818
// const data = {name: generateRandmString()};
1919
// await selectableLists.createSelectableList(data);

eform-client/e2e/Tests/selectable-lists/selectable-lists.edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Entity Select', function () {
1515
});
1616
it('should assert true is true', () => {
1717
expect(true).equal(true); // this will pass
18-
// });
18+
});
1919
// it('should make a new selectable list, with no items.', async () => {
2020
// await selectableLists.createSelectableList(data1);
2121
// const selectableListRowObject = await selectableLists.getLastSelectableListObject();

eform-client/e2e/Tests/selectable-lists/selectable-lists.sort.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Entity Select Sort', function () {
1414
});
1515
it('should assert true is true', () => {
1616
expect(true).equal(true); // this will pass
17-
// });
17+
});
1818
// it('should be able to sort by ID', async () => {
1919
// await testSorting(
2020
// await selectableLists.idTableHeader(),

0 commit comments

Comments
 (0)