ocket8888 commented on code in PR #6753: URL: https://github.com/apache/trafficcontrol/pull/6753#discussion_r870675093
########## experimental/traffic-portal/src/app/core/users/users.component.html: ########## @@ -11,9 +11,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<tp-header [title]="'Users'"></tp-header> <main> - <main> + <mat-card> Review Comment: This is why the e2e tests are failing; the selector for the page object is looking for `main > main` but you've changed that to `main > mat-card`. Which can probably just be `mat-card` since that's the only one on the page (whereas `main` wouldn't have worked because there were two of them). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
