@@ -36,7 +36,7 @@ def advance_to_income_edit
3636 all ( 'a' , text : I18n . t ( "state_file.questions.income_review.edit.review_and_edit_state_info" ) ) [ 1 ] . click
3737 end
3838
39- it "displays review and edit pages with w2s, unemployment, and social security income" do
39+ xit "displays review and edit pages with w2s, unemployment, and social security income" do
4040 advance_to_data_transfer
4141
4242 step_through_df_data_transfer ( "Transfer O neal walker catchall mfj" )
@@ -60,7 +60,7 @@ def advance_to_income_edit
6060 end
6161 end
6262
63- it "displays w2 info on edit screen" do
63+ xit "displays w2 info on edit screen" do
6464 advance_to_income_edit
6565
6666 expect ( page ) . to be_axe_clean
@@ -73,7 +73,7 @@ def advance_to_income_edit
7373 expect ( page ) . to have_button ( I18n . t ( "state_file.questions.w2.edit.what_is_box14_nj" ) )
7474 end
7575
76- it "allows ui_wf_swf and fli to be saved up to the limit" do
76+ xit "allows ui_wf_swf and fli to be saved up to the limit" do
7777 advance_to_income_edit
7878
7979 fill_in 'state_file_w2_box14_ui_wf_swf' , with : NjTestConstHelper ::UI_WF_SWF_AT_LIMIT . to_s
@@ -83,7 +83,7 @@ def advance_to_income_edit
8383 expect ( page ) . to have_text I18n . t ( "state_file.questions.income_review.edit.title" )
8484 end
8585
86- it "does not allow ui_wf_swf to be saved above limit" do
86+ xit "does not allow ui_wf_swf to be saved above limit" do
8787 advance_to_income_edit
8888
8989 fill_in 'state_file_w2_box14_ui_wf_swf' , with : NjTestConstHelper ::UI_WF_SWF_ABOVE_LIMIT . to_s
@@ -93,7 +93,7 @@ def advance_to_income_edit
9393 expect ( page ) . to have_text ( "This amount can't exceed $180.00." )
9494 end
9595
96- it "does not allow fli to be saved above limit" do
96+ xit "does not allow fli to be saved above limit" do
9797 advance_to_income_edit
9898
9999 fill_in 'state_file_w2_box14_ui_wf_swf' , with : NjTestConstHelper ::UI_WF_SWF_AT_LIMIT . to_s
0 commit comments