From 80f377ebcffd01dbe393ccffb999df4b04552f8a Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Wed, 5 Oct 2016 17:08:54 -0700 Subject: toaster: Update tests to reflect front end changes - Browser test we changed the project heading access to use the class name - Update toastergui unit test for additional gotoUrl property - On faster browsers we had a race for layer details inputs being visible Signed-off-by: Michael Wood Signed-off-by: bavery Signed-off-by: Richard Purdie --- lib/toaster/tests/browser/test_project_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/toaster/tests/browser/test_project_page.py') diff --git a/lib/toaster/tests/browser/test_project_page.py b/lib/toaster/tests/browser/test_project_page.py index 786bef1c6..018646332 100644 --- a/lib/toaster/tests/browser/test_project_page.py +++ b/lib/toaster/tests/browser/test_project_page.py @@ -55,5 +55,5 @@ class TestProjectPage(SeleniumTestCase): self.get(url) # check that we get a project page with the correct heading - project_name = self.find('#project-name').text.strip() + project_name = self.find('.project-name').text.strip() self.assertEqual(project_name, self.CLI_BUILDS_PROJECT_NAME) -- cgit 1.2.3-korg