@@ -67,14 +67,14 @@ describe('Starting Integration Test > Sending and Receiving ', function () {
67
67
}
68
68
69
69
TEST_DOMAINS . forEach ( domain => {
70
- describe ( `Testing browser: ${ assistantBrowser . getPrettyName ( ) } : ${ domain } ` , function ( ) {
71
- before ( async function ( ) {
70
+ describe ( `Testing browser: ${ assistantBrowser . getPrettyName ( ) } : ${ domain } ` , function ( ) {
71
+ before ( async function ( ) {
72
72
globalWebDriver = createPermittedWebDriver (
73
73
/* browser= */ assistantBrowser . getId ( )
74
74
) ;
75
75
} ) ;
76
76
77
- it ( 'Background app can receive a {} empty message from sw' , async function ( ) {
77
+ it ( 'Background app can receive a {} empty message from sw' , async function ( ) {
78
78
this . timeout ( TIMEOUT_BACKGROUND_MESSAGE_TEST_UNIT_MILLISECONDS ) ;
79
79
80
80
// Clearing the cache and db data by killing the previously instantiated driver. Note that
@@ -107,7 +107,7 @@ describe('Starting Integration Test > Sending and Receiving ', function () {
107
107
) ;
108
108
} ) ;
109
109
110
- it ( 'Background app can receive a {"data"} message frow sw' , async function ( ) {
110
+ it ( 'Background app can receive a {"data"} message frow sw' , async function ( ) {
111
111
this . timeout ( TIMEOUT_BACKGROUND_MESSAGE_TEST_UNIT_MILLISECONDS ) ;
112
112
113
113
await seleniumAssistant . killWebDriver ( globalWebDriver ) ;
@@ -135,7 +135,6 @@ describe('Starting Integration Test > Sending and Receiving ', function () {
135
135
/* expectedDataPayload= */ getTestDataPayload ( )
136
136
) ;
137
137
} ) ;
138
-
139
138
} ) ;
140
139
141
140
it ( 'Foreground app can receive a {} empty message in onMessage' , async function ( ) {
0 commit comments