File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 </ a >
1919 </ div >
2020
21- < div class ="header__product-selector ">
21+ < div class ="header__product-selector " data-testid =" header__product-selector " >
2222 {{ $nginxProducts := slice
2323 (dict "title" "NGINX One Console" "url" "/nginx-one" "type" "nginx-one")
2424 (dict "title" "NGINX Plus" "url" "/nginx" "type" "nginx-one")
Original file line number Diff line number Diff line change 1- import { test , expect } from '@playwright/test' ;
1+ import { expect , test } from '@playwright/test' ;
22
33test . describe ( 'Smoke test for footer' , ( ) => {
44 test . beforeEach ( async ( { page } ) => {
Original file line number Diff line number Diff line change 1- import { test , expect } from '@playwright/test' ;
1+ import { expect , test } from '@playwright/test' ;
22
33test . describe ( 'Smoke test for header' , ( ) => {
44 test . beforeEach ( async ( { page } ) => {
Original file line number Diff line number Diff line change 1- import { test , expect } from '@playwright/test' ;
1+ import { expect , test } from '@playwright/test' ;
22import { runSmokeTestOnPage } from './util' ;
33
44async function openPage ( page , sidebarPage ) {
@@ -43,7 +43,7 @@ async function openPage(page, sidebarPage) {
4343
4444test . describe ( 'Smoke test for sidebar' , ( ) => {
4545 test . beforeEach ( async ( { page } ) => {
46- await page . goto ( ` /test-product/` ) ;
46+ await page . goto ( ' /test-product/' ) ;
4747 } ) ;
4848
4949 test ( 'should test sidebar renders' , async ( { page } ) => {
You can’t perform that action at this time.
0 commit comments