ocket8888 commented on a change in pull request #3949: Fixes broken regions and 
phys location UI tests
URL: https://github.com/apache/trafficcontrol/pull/3949#discussion_r330248039
 
 

 ##########
 File path: traffic_portal/test/end_to_end/divisions/divisions-spec.js
 ##########
 @@ -67,11 +67,4 @@ describe('Traffic Portal Divisions Test Suite', function() {
                expect(pageData.name.getText() === myNewDiv.name + ' updated');
        });
 
-       it('should delete the new division', function() {
-               console.log('Deleting the new division: ' + myNewDiv.name + ' 
updated');
-               pageData.deleteButton.click();
-               pageData.confirmWithNameInput.sendKeys(myNewDiv.name + ' 
updated');
 
 Review comment:
   Are you sure the problem isn't the `+ ' updated'` here?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to