ATF - UI Action not clickable (although it's visible)

Florian CHAMOI1
Giga Expert

Hello ATF Experts !

So I'm struggling with a test that should be simple click on an UI Action.

I have a test with 40+ test activities that are going through Demand and then Project.

The first 30 activities run fine, I'm able to click on UI Actions on Demand form with no issues, but then when I am on the Project form, the UI Actions are still visible, but not clickable.

What I'm doing is this:

1- Querying the record created by my Demand (works fine)

2- Opening this record (works fine)

3- Testing the UI Action visibility. I'm not forced to do this but since the 4th step here doesn't work, I wanted to make sure the ATF was seing the UI Action (works also fine)

4- Clicking the Save UI Action I've tested above doesn't work, it's apparently not able to click it even though it just tested its visibility

find_real_file.png

 

The screen shot generated shows very weird things:

find_real_file.png

 

Doing this with the impersonated user or admin, in Firefox and Chrome works fine. It does only this in ATF.

Does anyone have any information on this ? 

Thanks for your insights

Florian

3 REPLIES 3

bbf3562
Kilo Guru

Hi Florian,

1. On Step #2, are you trying to open the project form using demand sys_id from step #1 or you are a manually select project sys_id? Because I notice both sys_id in step 1 and 2 are not the same. Where are you using record query for? (It possible you opened the wrong project form which was why the button was unclickable?)

2. You showed a screenshot of non-visible buttons (white box?) but ATF confirmed that it exists? Have you watched carefully on test runner to see what it like when open project form?

Florian CHAMOI1
Giga Expert

Hello bbf3562,

The project is created automatically from the Demand, so I have to query it before being able to open its form.

The sys_id you see on step one is the Demand sys_id, which I use in my query, but the output I use for the project is the queried Project one.

Buttons showed correctly on the test runner. I've done some more runs and the display of the screenshot is not alway like this, the last two runs I've done show a correct screenshot. 

But the UI Action is still not clicked 😞

Florian 

 

Brandon Akers
Tera Contributor

Hey Florian,

I am having a similar issue now and was wondering if you found a solution to your issue? I know it has been quite some time, but any guidance would be helpful