File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11import { getText } from '../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /basic.html`
Original file line number Diff line number Diff line change 11import { getText } from '../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /component.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
2- describe ( `bridge: datetime format component` , ( ) => {
2+ describe . skip ( `bridge: datetime format component` , ( ) => {
33 beforeAll ( async ( ) => {
44 await page . goto (
55 `http://localhost:8080/examples/bridge/composition/components/datetime-format.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
2- describe ( `bridge: number format component` , ( ) => {
2+ describe . skip ( `bridge: number format component` , ( ) => {
33 beforeAll ( async ( ) => {
44 await page . goto (
55 `http://localhost:8080/examples/bridge/composition/components/number-format.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
2- describe ( `bridge: translation component` , ( ) => {
2+ describe . skip ( `bridge: translation component` , ( ) => {
33 beforeAll ( async ( ) => {
44 await page . goto (
55 `http://localhost:8080/examples/bridge/composition/components/translation.html`
Original file line number Diff line number Diff line change 11import { getText } from '../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /plural.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /scope/global.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /scope/inherit-locale.html`
Original file line number Diff line number Diff line change 11import { getText } from '../../helper'
22; [ 'composition' , 'legacy' ] . forEach ( pattern => {
3- describe ( `${ pattern } ` , ( ) => {
3+ describe . skip ( `${ pattern } ` , ( ) => {
44 beforeAll ( async ( ) => {
55 await page . goto (
66 `http://localhost:8080/examples/bridge/${ pattern } /scope/local.html`
You can’t perform that action at this time.
0 commit comments