@@ -146,8 +146,6 @@ public function testArticleNode() {
146
146
]);
147
147
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
148
148
'node/1/title/en/full ' => 'inactive ' ,
149
- 'node/1/uid/en/full ' => 'inactive ' ,
150
- 'node/1/created/en/full ' => 'inactive ' ,
151
149
'node/1/body/en/full ' => 'inactive ' ,
152
150
'node/1/field_tags/en/full ' => 'inactive ' ,
153
151
]);
@@ -160,8 +158,6 @@ public function testArticleNode() {
160
158
$ this ->assertQuickEditEntityToolbar ((string ) $ node ->label (), NULL );
161
159
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
162
160
'node/1/title/en/full ' => 'candidate ' ,
163
- 'node/1/uid/en/full ' => 'candidate ' ,
164
- 'node/1/created/en/full ' => 'candidate ' ,
165
161
'node/1/body/en/full ' => 'candidate ' ,
166
162
'node/1/field_tags/en/full ' => 'candidate ' ,
167
163
]);
@@ -174,8 +170,6 @@ public function testArticleNode() {
174
170
$ this ->assertQuickEditEntityToolbar ((string ) $ node ->label (), 'Title ' );
175
171
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
176
172
'node/1/title/en/full ' => 'active ' ,
177
- 'node/1/uid/en/full ' => 'candidate ' ,
178
- 'node/1/created/en/full ' => 'candidate ' ,
179
173
'node/1/body/en/full ' => 'candidate ' ,
180
174
'node/1/field_tags/en/full ' => 'candidate ' ,
181
175
]);
@@ -188,8 +182,6 @@ public function testArticleNode() {
188
182
$ this ->awaitEntityInstanceFieldState ('node ' , 1 , 0 , 'title ' , 'en ' , 'changed ' );
189
183
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
190
184
'node/1/title/en/full ' => 'changed ' ,
191
- 'node/1/uid/en/full ' => 'candidate ' ,
192
- 'node/1/created/en/full ' => 'candidate ' ,
193
185
'node/1/body/en/full ' => 'candidate ' ,
194
186
'node/1/field_tags/en/full ' => 'candidate ' ,
195
187
]);
@@ -201,8 +193,6 @@ public function testArticleNode() {
201
193
$ this ->assertQuickEditEntityToolbar ((string ) $ node ->label (), 'Body ' );
202
194
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
203
195
'node/1/title/en/full ' => 'saving ' ,
204
- 'node/1/uid/en/full ' => 'candidate ' ,
205
- 'node/1/created/en/full ' => 'candidate ' ,
206
196
'node/1/body/en/full ' => 'active ' ,
207
197
'node/1/field_tags/en/full ' => 'candidate ' ,
208
198
]);
@@ -225,8 +215,6 @@ public function testArticleNode() {
225
215
$ assert_session ->waitForElement ('css ' , '.quickedit-toolbar-field div[id*="tags"] ' );
226
216
$ this ->assertQuickEditEntityToolbar ((string ) $ node ->label (), 'Tags ' );
227
217
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
228
- 'node/1/uid/en/full ' => 'candidate ' ,
229
- 'node/1/created/en/full ' => 'candidate ' ,
230
218
'node/1/body/en/full ' => 'candidate ' ,
231
219
'node/1/field_tags/en/full ' => 'activating ' ,
232
220
'node/1/title/en/full ' => 'candidate ' ,
@@ -241,8 +229,6 @@ public function testArticleNode() {
241
229
// Wait for the form to load.
242
230
$ this ->assertJsCondition ('document.querySelector( \'.quickedit-form-container > .quickedit-form[role="dialog"] > .placeholder \') === null ' );
243
231
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
244
- 'node/1/uid/en/full ' => 'candidate ' ,
245
- 'node/1/created/en/full ' => 'candidate ' ,
246
232
'node/1/body/en/full ' => 'candidate ' ,
247
233
'node/1/field_tags/en/full ' => 'active ' ,
248
234
'node/1/title/en/full ' => 'candidate ' ,
@@ -252,8 +238,6 @@ public function testArticleNode() {
252
238
$ this ->typeInFormEditorTextInputField ('field_tags[target_id] ' , 'foo, bar ' );
253
239
$ this ->awaitEntityInstanceFieldState ('node ' , 1 , 0 , 'field_tags ' , 'en ' , 'changed ' );
254
240
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
255
- 'node/1/uid/en/full ' => 'candidate ' ,
256
- 'node/1/created/en/full ' => 'candidate ' ,
257
241
'node/1/body/en/full ' => 'candidate ' ,
258
242
'node/1/field_tags/en/full ' => 'changed ' ,
259
243
'node/1/title/en/full ' => 'candidate ' ,
@@ -266,8 +250,6 @@ public function testArticleNode() {
266
250
'node/1[0] ' => 'committing ' ,
267
251
]);
268
252
$ this ->assertEntityInstanceFieldStates ('node ' , 1 , 0 , [
269
- 'node/1/uid/en/full ' => 'candidate ' ,
270
- 'node/1/created/en/full ' => 'candidate ' ,
271
253
'node/1/body/en/full ' => 'candidate ' ,
272
254
'node/1/field_tags/en/full ' => 'saving ' ,
273
255
'node/1/title/en/full ' => 'candidate ' ,
0 commit comments