You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/11/14 15:06:40 UTC

[GitHub] [nifi] pvillard31 commented on a change in pull request #5496: NIFI-9316: Registry Sort by label should be 'Last Updated (newest)' not 'Newest (update)'

pvillard31 commented on a change in pull request #5496:
URL: https://github.com/apache/nifi/pull/5496#discussion_r748867154



##########
File path: nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.spec.js
##########
@@ -77,10 +77,10 @@ describe('NfRegistry Service isolated unit tests', function () {
         const label = nfRegistryService.getSortByLabel();
 
         //assertions
-        expect(label).toBe('Newest (update)');
+        expect(label).toBe('LastUpdated (newest)');

Review comment:
       ```suggestion
           expect(label).toBe('Last Updated (newest)');
   ```

##########
File path: nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.spec.js
##########
@@ -68,7 +68,7 @@ describe('NfRegistry Service isolated unit tests', function () {
         expect(label).toBe('Name (a - z)');
     });
 
-    it('should get the `Newest (update)` sort by label', function () {
+    it('should get the `LastUpdated (newest)` sort by label', function () {

Review comment:
       ```suggestion
       it('should get the `Last Updated (newest)` sort by label', function () {
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org