spec: fix hide and show notes spec

Change-Id: I9265d51de5159d18da938c4f3994007636b06a6f
Reviewed-on: https://gerrit.instructure.com/86539
Tested-by: Jenkins
Reviewed-by: Gentry Beckmann <gbeckmann@instructure.com>
Product-Review: Gentry Beckmann <gbeckmann@instructure.com>
QA-Review: Gentry Beckmann <gbeckmann@instructure.com>
This commit is contained in:
KC Naegle 2016-07-29 17:01:38 -06:00 committed by Gentry Beckmann
parent 74dcaf1fb1
commit b3ba213b4a
1 changed files with 2 additions and 0 deletions

View File

@ -230,11 +230,13 @@ describe "gradebook2" do
# show notes column
gradebook_settings_cog.click
wait_for_ajaximations
show_notes.click
expect(f("#content")).to contain_jqcss('.custom_column:visible')
# hide notes column
gradebook_settings_cog.click
wait_for_ajaximations
hide_notes.click
expect(f("#content")).not_to contain_jqcss('.custom_column:visible')
end