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 18
18
</ a >
19
19
</ div >
20
20
21
- < div class ="header__product-selector ">
21
+ < div class ="header__product-selector " data-testid =" header__product-selector " >
22
22
{{ $nginxProducts := slice
23
23
(dict "title" "NGINX One Console" "url" "/nginx-one" "type" "nginx-one")
24
24
(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' ;
2
2
3
3
test . describe ( 'Smoke test for footer' , ( ) => {
4
4
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' ;
2
2
3
3
test . describe ( 'Smoke test for header' , ( ) => {
4
4
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' ;
2
2
import { runSmokeTestOnPage } from './util' ;
3
3
4
4
async function openPage ( page , sidebarPage ) {
@@ -43,7 +43,7 @@ async function openPage(page, sidebarPage) {
43
43
44
44
test . describe ( 'Smoke test for sidebar' , ( ) => {
45
45
test . beforeEach ( async ( { page } ) => {
46
- await page . goto ( ` /test-product/` ) ;
46
+ await page . goto ( ' /test-product/' ) ;
47
47
} ) ;
48
48
49
49
test ( 'should test sidebar renders' , async ( { page } ) => {
You can’t perform that action at this time.
0 commit comments